20.06.2012, 19:58
How to create a commands /lock /unlock
and when the car is locked when a player tries to entry the car to show gametext
like this
and when the car is locked when a player tries to entry the car to show gametext
like this
pawn Код:
new Float:X, Float: Y, Float: Z;
GetPlayerPos(playerid, X, Y , Z);
SetPlayerPos(playerid,X,Y,Z);
GameTextForPlayer(playerid,"~g~ZAKLUCENO: ~w~LSPD",2000,5);