21.06.2015, 17:03
probbably u didnt set under public OnPlayerSpawn:
and use code like this:
check that and let me know is it working, if u have PlayerInfo[playerid][pSpawn] = 1; setted try code like this:
PHP код:
PlayerInfo[playerid][pSpawn] = 1;
PHP код:
if (PlayerInfo[playerid][pSpawn] == 1 && vehicleid == VEHICLE_TYPE_LAW_ENFOREMENT)
PHP код:
if (PlayerInfo[playerid][pSpawn] == 1)