24.06.2011, 19:14
Troque isto:
Por isto:
PHP код:
if(PlayerInfo[playerid][pJob] == 21) { SetPlayerCheckpoint(Pos[0], Pos[1], Pos[2]); }
SendClientMessage(playerid, COLOR_BLUE, "Incкndio, vб atй гo checkpoit.");
PHP код:
if(PlayerInfo[i][pJob] == 21)
{
SetPlayerCheckpoint(i, Pos[0], Pos[1], Pos[2], 8.0);
SendClientMessage(i, COLOR_BLUE, "Incкndio, vб atй гo checkpoit.");
}