Quote:
Originally Posted by sbґ
pawn Код:
public LockCar(carid) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { SetVehicleParamsForPlayer(carid,i,0,1); } } }
What exactly is this for? you are checking if players are connected, and if any player is connected, it locks the car. But, what is carid?...
|
I checked that. I didnt see that my GM is even using that, it was propably for rented car or something... So i think i can remove it, maybe thats the problem?
Thanks for replying.