Vehicle lock buged
#1

I got a problem this code doesnt lock the vehicles.

pawn Код:
if(vehicleinfo[key[vkey[playerid]]][Lock] == 1)
            {
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    SetVehicleParamsForPlayer(vkey[playerid],i,0,1);
                    vehicleinfo[key[vkey[playerid]]][Lock] = 1;
                    printf("test");
                }
            }
Reply
#2

From 0.3 you will have to re-apply this function when OnVehicleStreamIn is called!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)