Advertisement
Fr0z3nCheats

Untitled

Jul 13th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. new g_cooldown[playerid];
  2.  
  3. CMD:odvoz(playerid)
  4. {
  5. if( gettime() < g_cooldown[playerid] || PI[ playerid ][ xPosao ] != POSAO_MEHANICAR || IsPlayerInAnyVehicle( playerid )/*ac*/) return false;
  6. SendClientMessage(playerid, -1, ""col_red"[Mehanicar] "col_white"Odvezite vozilo do odredista prikazanog na mapi.");
  7. EWAC_SetPlayerCheckpoint(playerid,1277.6221,-1266.8225,13.5318,3.0);
  8. CheckpointStatus[ playerid ] = 7;
  9. g_cooldown[playerid] = gettime()+300;
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement