Search Results
I wanted for some for owned vehicle can't be turns the engine expect the owner. And also CIV can be used by all players. This is my /engine command. pawn Код: COMMAND:engine(playerid, params[]){...
47
I dont know, thats how my code works. No errors were showing.
157
When I turn the engine on using /engine, its work but when I want to turn it off using /engine too.. it's still on and display action "has turned the engine on" not even turn off.. pawn Код: COMM...
157
It's server bug, not script i guess. Maybe due to lag or something.
109
pawn Код: if(strcmp(PlayerInfo[playerid][playerteam],Vehicles[GetPlayerVehicleID(playerid)][carteam] == CIV,true) && strcmp(PlayerInfo[playerid][playerteam],Vehicles[GetPlayerVehicleID(pla...
72
As the topic said.. When I set my money to 100M.. its counting too long to get 100M. Is there are ways to stop it counting too long?
70
When the vehicle is impounded, the player who enter the vehicle should see "This vehicle is impounded" but it doesn't shows.. please help pawn Код: if(IsPlayerAtImpound(playerid))          Â...
85
I mean, I don't want to use any command to destroy the vehicle Since it's RP server, I want the server automatically unspawn the vehicle..
86
There's no error at all. This script didn't work at all too pawn Код: else if(!strcmp(tmp, "job", true, 3))    {        if(!IsPlayerInAnyVehicle(playerid)) return SendClientError(playerid,...
128
When I enter different car with different job.. I keep getting msg that I am not trucker. Even tho, the vehicle is not for trucker job... pawn Код: if(GetVehicleModel(vid) == 456)          Â...
128
I wonder, how can I make unspawned vehicle for offline-player? Because when they're offline, the vehicle is still available in game.
86
How do I make the vehicle damage system? For the example: Vehicle Damaged. Please use /service mechanic. I've search the whole forum and never find it.
95
How to make Horn Button to open the gate?
100