DisablePlayerCheckpoint
#1

i want to DisablePlayerCheckpoint when one of car is Exploding
how can i do that ??
Reply
#2

https://sampwiki.blast.hk/wiki/DisablePlayerCheckpoint

See related functions in the link
Reply
#3

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    DisablePlayerCheckPoint(playerid);
    return 1;
}
Or do it with the OnPlayerStateChange
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)