Search Results
6,285
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 ...
4,292
PHP код:
function ShowLicences(playerid){
    new carLicence[16];
    switch(PlayerInfo[playerid][pCarLicence])
    {
        case 0:
            format(car...
309
Maybe the 'id' value from 'users' table is returning zero. 0 = false.
Try to debug.
295
Using sscanf and Pawn.CMD you just do something like this.
PHP код:
CMD:check(playerid, params[])
{
    new giveplayerid;
    if (sscanf(params, "u", giveplayerid))
    {
 Â...
608
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...
770
Use enums to reorganize the data structure in the ZonaVeci array.
https://forums.alliedmods.net/showthread.php?t=140103
And put AddZona before OnPlayerConnect.
770
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...
702
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 ...
46,604
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:
...
46,604
Nice, thanks you!
46,604
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...
21,119
Good update.
Not compatible with SAMPFUNC, btw.
39,713
