Disable the CP(Red markers around you)
#9

Check your first coords, you have 4 coords and it will be 3.

Try that code:

PHP код:
    if(PetrolJob[playerid] == 1){
    
PetrolJob[playerid] = 2;
    return 
SetPlayerRaceCheckpoint(playerid,0,1342.4460464.808819.8828,1003.4263,-941.8485,41.8079,10);
    
    if(
PetrolJob[playerid] == 2){
    
PetrolJob[playerid] = 3;
    return 
SetPlayerRaceCheckpoint(playerid,0,1003.4263,-941.8485,41.8079,-97.8173,-1166.7585,2.2650,10);
    
    if(
PetrolJob[playerid] == 3){
    
PetrolJob[playerid] = 1;
    return 
SetPlayerRaceCheckpoint(playerid,1,-97.8173,-1166.7585,2.2650,0.0,0.0,0.0,10);}
    
    return 
1;

Reply


Messages In This Thread
Disable the CP(Red markers around you) - by ItzColaBoi - 23.06.2017, 13:30
Re: Disable the CP(Red markers around you) - by rolex - 23.06.2017, 14:00
Re: Disable the CP(Red markers around you) - by ItzColaBoi - 23.06.2017, 14:05
Re: Disable the CP(Red markers around you) - by Vince - 23.06.2017, 14:13
Re: Disable the CP(Red markers around you) - by rolex - 23.06.2017, 14:19
Re: Disable the CP(Red markers around you) - by ItzColaBoi - 23.06.2017, 14:21
Re: Disable the CP(Red markers around you) - by rolex - 23.06.2017, 14:27
Re: Disable the CP(Red markers around you) - by ItzColaBoi - 23.06.2017, 14:34
Re: Disable the CP(Red markers around you) - by rolex - 23.06.2017, 15:00
Re: Disable the CP(Red markers around you) - by ItzColaBoi - 23.06.2017, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)