why vehicle not disappear when player not online
#8

How do you store the players car information? For example PlayerInfo[playerid][pCar]

You just simply do this... But whatever it is you are using to store the cars information..

if(PlayerInfo[playerid][pCar] == 1)
{
DestroyVehicle(PlayerInfo[playerid][pVeh]);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)