Search Results
Quote: Originally Posted by Kalcor Well you said you see the ping in the browser, so it's working 90%. Do you see the player list and rules? Best thing is probably to find the website of ...
772
PHP код: function ShowLicences(playerid){     new carLicence[16];     switch(PlayerInfo[playerid][pCarLicence])     {         case 0:             format(car...
77
Maybe the 'id' value from 'users' table is returning zero. 0 = false. Try to debug.
73
Using sscanf and Pawn.CMD you just do something like this. PHP код: CMD:check(playerid, params[]) {     new giveplayerid;     if (sscanf(params, "u", giveplayerid))     {  Â...
150
Told you. Use enum in ZonaVeci array to separate the integers from the floats. Like this. PHP Code: #define MAX_GANGS 23  enum _:eZonaVeci {     Float:ZONAVECI_MIN_X, // 0     Fl...
220
Use enums to reorganize the data structure in the ZonaVeci array. https://forums.alliedmods.net/showthread.php?t=140103 And put AddZona before OnPlayerConnect.
220
Btw, mysql_query (non-threaded query) will freeze your server until the query has been executed. Try mysql_tquery or mysql_pquery (threaded query) to avoid this. https://sampwiki.blast.hk/wiki/MySQ...
195
Quote: Originally Posted by Kalcor Well, that's my exception handler code "Exception At Address". But someone has taken my code without permission and rewritten it. They removed important ...
17,693
I get the following error after the first spawn (during the server login). Any ideas? I'm using SA-MP 0.3.7 R3-1, Noname's SAMP Addon 2.4 R5, Junior_Djjr's MixSets and a few mods more. Quote: ...
17,693
Quote: Originally Posted by AroseKhanNiazi Does someone has the xml files used here? As links are down. https://www.mediafire.com/file/dteww.../PAWN.xml/file https://www.mediafire.com/f...
8,614
Good update. Not compatible with SAMPFUNC, btw.
17,618