Search Results
Код: player/data.pwn(12) : warning 213: tag mismatch Error line: Код: rBit1_Set(Session[i], playerid, 0); Whole function: Код: forward ReloadSession(playerid); public ReloadSession(player...
93
Each dialog button I click (button1 or button2 on MSGBOX, INPUT, PASSWORD dialogs), returns -1 as response. I'm using easyDialog, and I debugged that by using printf(" RESPONSE %d ", response); in di...
42
Now it says "argument type mismatch" for line 3 of the code above?
133
Please paste us text from the mysql error log in "logs/plugins/mysql.txt"
297
It says that plugins failed to loaded, maybe you should try redownloading plugin .dll files EDIT: sorry for typing like a idiot, I'm busy on the otherside so I accidentally press Alt + S and send wi...
297
It says that plugins streamer and sscanf fail to load.
297
I included y_inline before a_mysql, and even defined MYSQL_USE_YINLINE, but it says that inline query isn't defined? pawn Код: forward mysql_fiquery(MySQL: connHandle, const query[], const f_name...
133
Well, I was reading topic about YCMD, but it isn't explained the best.. Like it says you don't have to do if(isAdmin(playerid)) since it has it's own permissions. how do I make those permissions?
208
It's probably returning 0 on player update callback. Go and check that, because if it returns 0 when player updates it doesn't do anything so basically your players don't move when they are actually m...
160
God OF cars not God Cars... God of Cars is when a player creates large lagg because he teleports all vehicles to him.
86
How does god of cars work? i see what it does, but what it does behind the code?
86
I run the same function OnGameModeInit and when i type /chouse ingame, and when I run it ongamemodeinit it creates checkpoint and a text label on x, y, z coordinates, but when I type /chouse, it saves...
57
it is correct, but it still gives an error, so I don't understand...
114
it's not... do i have to use Label: or something before declaring H_INFO[i][hText] which I use for storing TextLabel ID?
114
I used Float: before declaring hEntX, hEntY and hEntZ, don't worry about that...
114
pawn Код: CreateDynamic3DTextLabel(infostring, -1, H_INFO[i][hEntX], H_INFO[i][hEntY], H_INFO[i][hEntZ], 3.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 3.0); pawn Код: warning 213...
114
for(new i = E_MAX_DROPS; i > 0; i--) { E_DROPPED_ITEM[i+1] = E_DROPPED_ITEM[i]; } E_DROPPED_ITEM[0] = droppeditem;
266
pawn Код: public OnPlayerConnect(playerid) {    new        mess[256];            new        country[24],        ip[16];            GetPlayerCountry(playerid, country);  ...
114
Well, basically, it doesn't create a new connection. Imagine MySQL connection as a highway with n number of lanes. And each time you send a threaded query it makes n++, so it doesn't have to wait unti...
251