Small question
#1

I was working on 1 of my new scripts but was thinking
How to lock a car for everyone.

I've created the car useing
car1 = ... etc

So they got a "name"

How to lock the cars?
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
   SetVehicleParamsForPlayer(car1, playerid, 0, 1); // vehicleid, playerid, objective, locked
}
Reply
#3

Thank you for fast response ;0
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)