Search Results
As the title says, IDK why, under onplayerconnect: pawn Код: new name[24],ip[16];    GetPlayerIp(playerid,ip,sizeof ip);    GetPlayerName(playerid,name,sizeof name);    for(new id; id < 2...
137
Why it keeps spamming when I do a headshot over 1 times in the same time. Codes: pawn Код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart){    if(issuerid != I...
56
I want to check if the choosed new name is the same as an existed name. But I tried to do that and it doesn't work: pawn Код: COMMAND:changename(playerid,params[]){    new id,currentname[MAX_P...
88
now it showed me: [18:22:07] [debug] Server crashed while executing LSGW.amx [18:22:07] [debug] AMX backtrace: [18:22:07] [debug] #0 00000033 in ?? (0x00000035, 0x00000037, 0x00000000, 0x00000000, 0x...
105
I don't know that last parameter, can you show me an example?
152
i dont mean to bump but here an example of what i have of CreateDynamicMapIcon: CreateDynamicMapIcon(1039, -1032, 32, 27, 0, 0, 0, -1, 150.0);
152
@Macronix, thanks for help. EDIT: still send me CreateDynamicMapIcon errors in server console
152
it gave me 1 fatal error while compling: fatal error 100: cannot read from file: "streamer" EDIT: nvm pasted it in an incorrect place,
152
guys, when I tried to run my server with the latest streamer include and the latest streamer plugin, it shows me this: Streamer Plugin: Warning: Include file version (0x26105) does not match plugin ve...
152
guys, when I tried to run my server with the latest streamer include and the latest streamer plugin, it shows me this: Streamer Plugin: Warning: Include file version (0x26105) does not match plugin ve...
211
this should work: pawn Код: format(string,sizeof(string),"Bank cash: %d\nScore: %d",dUserGetINT(PlayerName(playerid)),("Bankcash"), dUserGetINT(PlayerName(playerid)),("Score"));
125
both works but i want a damn fix in this damn problem
163
When I have an updated stats now and then I re joined turns out that I don't have the updated stats I have the normal one. Codes: pawn Код: public OnPlayerDisconnect(playerid, reason){    new p...
163
What does these debug warnings mean when the server crashed, how can I fix it: [02:32:44] [debug] AMX backtrace: [02:32:44] [debug] #0 00000039 in ?? (0x00000032, 0x00000000, 0x65c008ba, 0x00000000, ...
105