20.03.2016, 22:43
Код:
forward GCPT(playerID);
Код:
SpGp = CreateDynamicCP(2174.5442, 90.5050, 29.2097,2,-1,-1,-1,100);
Код:
public GCPT(playerID) { return checkpointType[playerCheckpoint[playerID]]; } public GiveMoneySpawnTok(playerid,params[]) { #pragma unused params new string[128]; if(GCPT(playerid) != SpGp) { SendClientMessage(playerid,COLOR_ERROR,"Test"); return 1; } . . . . . . return 1; }