check point
#2

Код:
public OnPlayerSpawn
{
SetPlayerCheckpoint(playerid, X, Y, Z, Radi);
SetTimerEx("GiveMoney", 1000, 1, "i", playerid);
return 1;
}

forward GiveMoney(playerid);
public GiveMoney(playerid)
{
GivePlayerMoney(playerid, 2000);
return 1;
}
Reply


Messages In This Thread
check point - by sggassasin - 26.06.2009, 03:42
Re: check point - by Yoyoyo - 26.06.2009, 03:45
Re: check point - by Grim_ - 26.06.2009, 03:50
Re: check point - by sggassasin - 26.06.2009, 04:11
Re: check point - by Grim_ - 26.06.2009, 04:13
Re: check point - by sggassasin - 26.06.2009, 04:48
Re: check point - by sggassasin - 26.06.2009, 04:51
Re: check point - by sggassasin - 26.06.2009, 04:52
Re: check point - by Martins342 - 26.06.2009, 04:54
Re: check point - by sggassasin - 26.06.2009, 04:56

Forum Jump:


Users browsing this thread: 2 Guest(s)