Question +REP!
#1

I want to ask that i've made Racecheckpoints for robbery
when i start robbery.
Racecheckpoint as a hideout .
but when i enter in a vehicle and then i can't pick that checkpoint with any other vehicle or on foot.
can anyone help me please?
Reply
#2

Under OnPlayerEnterRaceCheckpoint, use DisablePlayerCheckpoint.
Reply
#3

Already Added!
But
When i Enter in Vehicle then i can't enter in race checkpoint with any other vehicle. but i can enter with the same vehicle!
help pls!
Reply
#4

I would use a regular checkpoint then, I never use race checkpoints.
Reply
#5

how can i use 2 states? liek if player is driver or onfoot both acceptable!
Reply
#6

pawn Код:
new playerstate;
playerstate = GetPlayerState(playerid);
if(playerstate == PLAYER_STATE_ONFOOT || playerstate == PLAYER_STATE_DRIVER)
{
        // your code will go here..
   
}
Reply
#7

Check your code, you might had made a restriction for invehicle players.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)