Search Results
If you bothered to understand the code i wrote you'd know that it's all you need.... Here: pawn Код: public OnPlayerUpdate(playerid){    if(GetPlayerWantedLevel(playerid) == 2)    {      Â...
97
pawn Код: if(GetPlayerWantedLevel(playerid) == 2){                //Do This}
97
pawn Код: format(string, sizeof(string), "%s", inputtext);
114
Can you explain more, What doesn't Work exactly?
228
I believe what he meant, is that you toggle The player's ability to move, Then you ban his ip and unban it, which will force Reconnect
228
Have you check your mySQL database, Maybe it has only 6 turfs Scripted
83
That's how you do it, i gave you the soloution the difference between mine and the one you had. is that in my code you set the OLD TIMER value to the nuketimer value but in your code, you change the n...
141
try pawn Код: oldlimit = OldNukeTimer;
141
Your Streamer failed to load, Код: [19:31:38] Loading plugin: streamer [19:31:38] Failed.
144
add a ; At the end of line 9
113
pawn Код: new Float:Armour[MAX_PLAYERS] pawn Код: GetPlayerArmour(playerid, Armour[playerid]); pawn Код: if(Armour[playerid] == 99.0)
113
As far as i know, The first one Is a global variable that can be assigned a value , and it only has 1 value always. so if you change it anywhere in the script it will be that value. the 2nd one, is a...
129
pawn Код: if(strcmp(cmd,"/sklado",true)==0)    {        new Playername[24];        GetPlayerName(playerid, Playername, sizeof(Playername));        if(strcmp(Playername,"Nick_Youa",tr...
46
Add that when they write their password, add this: pawn Код: SpawnPlayer(playerid);
56
Yes it's normal, due to the fact your usage fluctuates in the script based on different circumstances.
172
I suggest using his Defines also pawn Код: #define COL_WHITE "{FFFFFF}"#define COL_RED "{F81414}"#define COL_GREEN "{00FF22}"#define COL_LIGHTBLUE "{00CED1}" Because he uses STRING colors which a...
97
I believe that wont work for the reason, that the skin numbers dont hold team information. What i can suggest is a Stock. pawn Код: Stock GetTeamSkin(playerid){    new team;    new skin = Get...
149