Search Results
Quote: Originally Posted by RealCop228 Are you running this on your localhost? If so, try running it on a hosted server somewhere. I'm running it on volt host.
165
Quote: Originally Posted by Ken97 pawn Code: CMD:ipcheck(playerid, params[]){    new id, string[128];    new ip[24];    new name[MAX_PLAYER_NAME];    new country[50];    new cit...
165
I am using GEOInfo include, when I get ingame and type /ipcheck I get a weird thing, screenshot will make you understand what I mean pawn Code: CMD:ipcheck(playerid, params[]){    new playerb, ...
165
Quote: Originally Posted by ****** Something must be including that library and something must be defining ALS_PREFIX. How did you check? Checked every include..
208
Quote: Originally Posted by ****** The error appears in that file, but isn't caused by that file - it must be in another include. I don't really get it..
208
Quote: Originally Posted by ****** Replace lines such as: pawn Код: #define ALS_PREFIX Hi With: pawn Код: #define ALS_MAKE<%0...%1> %0Hi%1 And: pawn Код: #undef ALS_...
208
I installed the latest YSI.. now when I compile my GM is get this: pawn Код: Use ALS_MAKE not ALS_PREFIX
208
Quote: Originally Posted by SKAzini Install ZCMD and sscanf. I already did, and I added #include <ZCMD> at the start, but still
382
Quote: Originally Posted by SKAzini The result variable is supposed to be the message? Use sscanf and ZCMD instead, they're faster. zcmd.inc sscanf pawn Код: CMD:gov(playerid, param...
382
pawn Код: if(strcmp(cmd, "/gov", true) == 0)    {        if(IsPlayerConnected(playerid))        {          if(PlayerInfo[playerid][pJob] == 77 || IsInFaction(playerid, "LSPD") || Is...
382
Bump! This is urgent, please help me
125
When I get Ig, and do either /gov or /m text doesn't show up.. why? codes: pawn Код: if(strcmp(cmd, "/gov", true) == 0)    {        if(IsPlayerConnected(playerid))        {        Â...
125
pawn Код: if(strcmp(cmd, "/gov", true) == 0)    {        if(IsPlayerConnected(playerid))        {            if(PlayerInfo[playerid][pMember] > 0 && PlayerInfo[playerid]...
54
I don't really know how to fix this, as I don't even understand it. And how come it works on windows but not on linux?..
147
here's my ongamemodeinit code, please help me pawn Код: public OnGameModeInit(){    new        string[128],        hostname[128];    AntiDeAMX();    ManualVehicleEngineAndLights();Â...
147