Search Results
Please go through line-by-line because there are a few options which are up to you. pawn Код: public f_OnPlayerUpdate(playerid){    if(pInfo[playerid][pMission] != 1)    {        // if the...
171
Quote: Originally Posted by DaniceMcHarley Nice one man, but may I ask how did you make it flashing? im wondering too! Object ID 19419 is a siren object with lights flashing.
835
https://sampwiki.blast.hk/wiki/SetVehicleHealth Quote: Note: Full vehicle health is 1000. For more information on health values, see this page.
95
Quote: Originally Posted by T101 Dear BlueG, After more, than four months passed since your last reply about it - believe it, or not -, some random users of your nice plugin, are still wa...
12,437
You should have explained it better... Maybe: pawn Код: CMD:admins(playerid, params[]){    SendClientMessage(playerid, 0xffff00ff, "Online admins:");    new isAdminOnline = false;    new adm...
88
https://sampwiki.blast.hk/wiki/SetPlayerWantedLevel pawn Код: SetPlayerWantedLevel(playerid, 0);
111
Is tombstonePickups MAX_PLAYERS big? How do you create it? pawn Код: new tombstonePickups[MAX_PLAYERS]; ?
76
pawn Код: CMD:helpme(playerid, params[]){    new string[128], sendername[MAX_PLAYER_NAME];    if(isnull(params)) return SendClientMessage(playerid, COLOR_SYNTAX,"[SYNTAX]: /helpme [Description...
97
Is PlayerInfo[playerid][Helperlevel] created? When you type /answerhelpme absolutely nothing happens? What happens if you give a param to it?
97
Edit the 4. parameter (speed) for your needs. https://sampwiki.blast.hk/wiki/MoveObject To close with the same speed you open it, try: pawn Код: CMD:close(playerid,params[]){MoveObject(barrier1,16...
153
What's the result? It should work.
153
From where do you know he does not use an anticheat?
109
That code is a bit messed up, I tried to clean it up, check if it works: pawn Code: CMD:deposit(playerid,params[]){    new string[92];    new type;    if(sscanf(params, "d", type)) return Send...
109
Hmmmmmmmmmmmmmmmm... What do you mean by "changing the lights"?
135
Maybe try MoveObject to the original position? Edit: failed at coding
153
Quote: Originally Posted by Fernado how can i make this command only for logged in player? pawn Код: CMD:givemoney(playerid,params[]) {        if(PlayerInfo[playerid][LoggedIn] ...
86
Try debugging it in public SpeedoUpdate(playerid) (assuming that Fuel TD is updated succesfully here): pawn Код: // ...            format(string,sizeof(string),"~g~Speed: ~w~%d mph",floatro...
91
pawn Код: #define EvaluateDamage(%0); \if (floatcmp(%0, AP) == 1) { Remain = floatsub(%0, AP); SetPlayerArmour(playerid, 0.0); \SetPlayerHealth(playerid, HP - Remain); } \else { SetPlayerArmour(pl...
148
Yes, do not use police car mods if you want this feature.
835