Player get frozed when enter in a faction car [problem]
#1

Hello again now i have a problem with faction cars when a player not in that faction when enters a faction car the player got frozed...
Here goes one exemple...
PawnCode
Quote:

if(IsALatinkingsCar(newcar))
{
if(PlayerInfo[playerid][pLeader] == 6||PlayerInfo[playerid][pMember] == 6) { }
else {
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid,1);
SendClientMessage(playerid, COLOR_LIGHTBLUE,"You are not affiliated with LatinKings members.");}
}

And with togleplayercontrollable the player got frozed please help me to remove this froze
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)