how do i do this
#2

Just put it on bottom of your script

pawn Код:
forward CustomPickups();
public CustomPickups()
{
AddStaticPickup(1274, 2,2026.4064,1017.9352,10.8203);
//... More pickups here
return 1;
}
And this at OnGameModeInt

pawn Код:
SetTimerEx("CustomPickups",1000,0,"d");

Untested, but should work.
Reply


Messages In This Thread
how do i do this - by Keeboo13 - 15.02.2010, 09:37
Re: how do i do this - by Jeffry - 15.02.2010, 09:41
Re: how do i do this - by Niixie - 15.02.2010, 09:42
Re: how do i do this - by Keeboo13 - 15.02.2010, 09:46
Re: how do i do this - by Niixie - 15.02.2010, 10:04
Re: how do i do this - by Keeboo13 - 15.02.2010, 10:12

Forum Jump:


Users browsing this thread: 2 Guest(s)