28.08.2011, 19:29
Go to your pawno include folder, make a new include.
Then add all the objects you want in the include.
No need to create callbacks inside it, just the CreateObject or CreateDynamicObject. When youre done with that, save the include
Then go to your gamemode, and add this to OnGameModeInit():
Then compile it, and youre done
Then add all the objects you want in the include.
No need to create callbacks inside it, just the CreateObject or CreateDynamicObject. When youre done with that, save the include
Then go to your gamemode, and add this to OnGameModeInit():
pawn Код:
#inlcude <The includename you just made for all the objects>