13.07.2011, 18:01
can i use this plz like so if i just copy this code and paste it in pawn and complie and then put it in my server.cfg and it would work if i type /plocked (ID)
like this code exacly the same way just paste and play will it work ??
Код:
public OnPlayerExitVehicle(playerid, vehicleid){ if(pLocked[playerid] == 1) { SendClientMessage(playerid, 0xFF0000FF, "You can not leave the vehicle."); PutPlayerInVehicle(playerid, vehicleid, GetPlayerVehicleSeat(playerid)); } return 1;}

