15.03.2009, 17:44
Quote:
Originally Posted by Weirdosport
pawn Код:
You need to change the "4" and "0.0, 0.0, 0.0" in the CreatePickup to suit your needs. PS. Due to the use of "OnFilterscriptInit" and "OnFilterscriptExit" aswell as the use of "CreatePickup", this script can be loaded/unloaded while in game without causing problems. I also gave the pickup a name other than "pickup" or "pickup1" so it doesn't get confused with others. This name doesn't matter, so long as you use it consistently. |
CreatePickup (1239, 2, -2180.2656,602.8268,35.1691);
Now the thing is I can't find OnFilterScriptInit() in the GF.pwn . Sorry if I am searching in the wrong place for that.
All I did now is create CreatePickup (1239, 2, -2180.2656,602.8268,35.1691); under OnGameModeInit().
What shell I do now cause I can't find OnFilterScriptInit().