Posts: 55
Threads: 6
Joined: Apr 2013
Reputation:
0
You've to put it under OnGamemodeInit as JasonRiggs says, i recommend you to use streamer, and CreateDynamicObject.
If you're putting "RemoveBuildingForPlayer", put the Removes under OnPlayerConnects
Posts: 10
Threads: 1
Joined: Apr 2013
Reputation:
0
Can i create a new .pwn and add my mapping in to filterscript folder ?
Posts: 6
Threads: 0
Joined: Jun 2017
Reputation:
0
Just make a new pwn file and press crtl+f, type OnGameModeInit.
Paste the code below that.
Posts: 16
Threads: 1
Joined: Jun 2017
Reputation:
0
When pressing f5 in a pwn script it should have to automaticly generate a amx file.