SA-MP Forums Archive
Bug When I Usa GMX - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Bug When I Usa GMX (/showthread.php?tid=351694)



Bug When I Usa GMX - misho1 - 17.06.2012

Hi,
When I Use /GMX In The First Time
/cmds Command Say Doesn't Work
When I Use /GMX In The Second Time
Some Randomly Cmds Doesn't Work!
And Some Times The Score's And Money's Amount Set To "0"

If Any One Can Fix This problem Comment And I Will Send To Him My Gamemode In PM
(REP+) For Any Solve This Problem


Re: Bug When I Usa GMX - Kitten - 17.06.2012

Don't use GMX it's bugged atm, use changemode mode.


Re: Bug When I Usa GMX - misho1 - 17.06.2012

I Did That And I Got The Same Problem!!


Re: Bug When I Usa GMX - Kitten - 17.06.2012

Mind showing your 'cmds' command.


Re: Bug When I Usa GMX - misho1 - 17.06.2012

pawn Код:
YCMD:cmds(playerid,params[],healp)
                {
                    new DialogText[1024];
                    strcat(DialogText, "Account: /Login /Register\n");
                    strcat(DialogText, "Chat: /PM /Me /Do /Shout\n");
                    strcat(DialogText, "Basic: /Rules /Report / Teles /Kill /Admins\n");
                    strcat(DialogText, "Fun: /BuyHealth /BuyArmour  /Flip /Fix /AFK /AFKList /Back /Anims\n");
                    strcat(DialogText, "Cars: /Tune /Cars /Lock /UNLock\n");
                    strcat(DialogText, "More Are Comming Soon!\n");
                    ShowPlayerDialog(playerid, 700, DIALOG_STYLE_MSGBOX, "Commands", DialogText, "OK", "");
                    return 1;
            }



Re: Bug When I Usa GMX - misho1 - 17.06.2012

I Am Toooooooooooooo Sry For Double Post But I Need "HELP"


Respuesta: Bug When I Usa GMX - misho1 - 28.07.2012

So No One Know How To Fix It?