04.01.2016, 10:41
(
Last edited by Coringa_Vilao; 04/01/2016 at 12:19 PM.
)
PHP Code:
cmd:ir(playerid){
SetPlayerCheckpoint(playerid, 1203.6449, -1335.4172, 13.3984, 8.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid){ // Ao Chegar no Checkpoint
if(PlayerToPoint(8.0, playerid, 1203.6449, -1335.4172, 13.3984)){
GameTextForPlayer(playerid, "~g~Chegou no Local!", 5000, 1);
DisablePlayerCheckpoint(playerid);
}
return 1;
}