Search Results
This is spamming in mine server_log each second, and it also causes lag. The AMX backtrace Код: [19:13:10] [debug] AMX backtrace: [19:13:10] [debug] #0 00170934 in ?? (0x00000015) from ZRP.amx ...
94
Im experiencing wierd lag with my server, just to give you an example of two commands Код: CMD:left(playerid) { if(!(PlayerInfo[playerid][pAdmin] >= 4)) return SendClientMessage(playerid, COL...
99
Nope, Im still getting the error sadly.
169
I've found another, I think this one might be causing more lag, since it's spamming when players are online Код: [16:52:10] [debug] AMX backtrace: [16:52:10] [debug] #0 001d0304 in ?? (0x00000000...
169
This is the fuel Код: new Fuel[MAX_VEHICLES]; The -d3 thing didn't seem to help, nothing came out in the server_log I've tried multiple times.
169
Yeah I know, Im not a begginer-.. The script works, it's playable but it has big lagwaves because of that AMX Bracket I believe.
169
So, mine script has been lagging alot, that's why I've enabled debug and checkd what could cause it, this is what I've got spammed all over my log. Код: [15:51:57] [debug] AMX backtrace: [15:51:5...
169
So I need someone to show me some code with dini or normal samp code, not Y_ini because the server im working for doesn't have it. However I need something like a garage system, each time person write...
124
I know about including it, but they don't have it, im not scripting for myself
105
thanks to both but the thing is that the server im scriptong for isn't using y_ini. So how can read the fule and then add to it? pr is there a way to stock y_ini?
105
I want to do that each time player writes /payborder 500 adds to the file, but what happens is it allways stays 500 even if I do it multiple times. Thanks in advance pawn Код: if(!strcmp(cmd, "...
105
I dunno if this is the right place but I'd just like to ask that if I replace animation in my img file everyone csn se it or just me Also if not, is there a way to do so?
42
Why this gives me unknown command? pawn Код: new cmd[30], params[30];    sscanf(cmdtext, "ss", cmd, params);    if(!strcmp(cmd, "/loadlogs"))    {        new cID = GetPlayerVehicleID(p...
89
You can start with simple Hello World! scripts, and I suggest you to start on filterscripts. One Example You get those public blabla(); clicking NEW in pawno pawn Код: //At the top ~ "//" means c...
199
Witch line is the line you get the error in?
157
Okay, I'll ask diffrent. How can I save PlayerInfos on server crash / Filterscript unload?
62
It's quite a long code to write you know, I could help you if you give me the coordinates of checkpoints, and coordinates of where you want trash truck to be, and where you want the trash to be delive...
193
You cannot use if and if again, you need to use if and then else if I belive. Correct me if im wrong
148
Umm not really, there is no timer to be set. Why don't you use that I've sent you and just edit it so you like it
113