04.07.2009, 21:21
Ok so a checkpoint is added when /drop H-bomb is typed in, But it only apear's on that one persons screen, how can i make it go to everyong? er Sync?
Quote:
|
if(strcmp(cmdtext, "/drop H-bomb", true) == 0) { if(GetPlayerTeam(playerid) == 1) { if(Nuking) { SendClientMessage(playerid,RED,"There is already a nuke planted."); return 1; } if(GetPlayerSkin(playerid) == 285) { SetPlayerCheckpoint(playerid, 316.0695,1037.8270,1944.0531,5.0); SendClientMessageToAll(RED, "KILL THE SURVIVORS!"); } //rest of the code is here |

