Search Results
how to off player weapon on pessenger seat i wan player can't shoot with dealge on pessenger seat and when he out of car and then they got back deagle.
121
Quote:
Originally Posted by blackdragon1
he dnt want like this
u r right and yes i dnt want like this and this is not my ban cmd i was just give u example i means lower admin can't do ...
203
PHP код:
if(PlayerInfo[playerid][aLevel] > PlayerInfo[playerid][aLevel]) return SendClientMessage(playerid, COLOR_RED, "Admin Usage: The person's level is higher than yours!");...
203
Quote:
Originally Posted by Shabi RoxX
you have to debug your script carefully
how to debug? can u explain me?
178
sometime money will spawn auto to players like 100m or more. any idea ?
178
still error they teleport to me a bus in red country
144
and i want create 2nd vehicle so it dnt detect first tempcar? function?
144
CreateNewPlayerVehicle(playerid, 411, 32000);
PutPlayerInVehicle(playerid, 411, 0); ?? player getting teleport to another vehicle inside and yes vehice 411 created but i want player dn...
144
ha i got it, thanks i know how to added i just make thread for watching ur codes
i need ur this code: for(new i = 0; i < MAX_PLAYERS; i++)
{
this is for all btw mine is showing to id 0 car name ...
255
i did one but they only show playerid 0 vehicle name to all players.
255
how to add textdraw vehicle name? player drive any vehicle they see in screen vehicle name.
255
Quote:
Originally Posted by kaisersouse
No offense, but why would this be needed in OnPlayerUpdate?
so tell me another way?
319
Quote:
Originally Posted by DaRk_RaiN
pawn Код:
if(GetPlayerWantedLevel(playerid) >6) return SetPlayerWantedLevel(playerid, 6);
but they don't show to player old wanted lvl in w...
319
Quote:
Originally Posted by antonio112
pawn Код:
if(GetPlayerWantedLevel(playerid) > 6) SetPlayerWantedLevel(playerid, 6);
Don't use return under OnPlayerUpdate ...
i did...
319
Quote:
Originally Posted by Scrillex
SetPlayerWantedLevel(playerid,GetPlayerWantedLevel (playerid, 6);
Try that!
(6979) : warning 202: number of arguments does not match definition
319
(6979) : error 001: expected token: ",", but found "-integer value-"
(6979) : warning 215: expression has no effect
(6979) : error 001: expected token: ";", but found ")"
(6979) : error 029: invalid e...
319