PinionTech / pinion-adverts-gmod

Pinion Adverts for Garry's Mod
2 stars 2 forks source link

Append the following information to the URL as a querystring #3

Closed davidbanham closed 11 years ago

davidbanham commented 11 years ago

Player's SteamID - &steamID= Server IP - &ip= Server Port - &port= Whether impression is result of server join or map change - &trigger=

azuisleet commented 11 years ago

Are there more trigger types that I should be supporting or are available? I have support for connect and map change in the plugin currently.

davidbanham commented 11 years ago

Those are the two triggers we currently use, but it may make sense to add additional types for GMod specific environments. eg: death

azuisleet commented 11 years ago

This logic is implemented. We'll add more types as necessary.