SetTimerEx Possible to send checkpoint id
#2

you mean
pawn Код:
SetTimerEx("Test", 1000, false, "i", playerid);
pawn Код:
forward Test(playerid);

public forward(playerid)
{
     SetPlayerCheckpoint(playerid, x, y, z, size);
     return 1;
}
something like that?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)