CMD:anims - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: CMD:anims (
/showthread.php?tid=311410)
[FIXED] CMD:anims -
Nemesis' - 16.01.2012
Its Fixed check my last comment..
Код:
CMD:anims( playerid,params[ ] )
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "{6633CC}Anims List by Nemx", " /fall - /fallback - /injured - /akick - /push - /lowbodypush - /handsup - /bomb - /drunk - /getarrested - /laugh - /sup\n/basket - /headbutt - /medic - /spray - /robman - /taichi - /lookout - /kiss - /cellin - /cellout - /crossarms - /lay ","Ok","");
return 1;
}
Why is it crashing my server?
Crash Info
Код:
--------------------------
SA-MP Server: 0.3d-R2
Exception At Address: 0x7C90100B
Registers:
EAX: 0x00000020 EBX: 0x00000028 ECX: 0x7FFDF000 EDX: 0x00000020
ESI: 0x00000000 EDI: 0x023F64D0 EBP: 0x0012F510 ESP: 0x0012F4D8
EFLAGS: 0x00010202
Stack:
+0000: 0x0048DA4E 0x00000020 0x0048E09E 0x00000000
+0010: 0x023F64D0 0x00000000 0x00000028 0x00000FFF
+0020: 0x0012F4E8 0x0012F0FC 0x0012F854 0x004920A8
+0030: 0x004ACCB0 0xFFFFFFFF 0x00000000 0x0040534E
+0040: 0x00000028 0x00000000 0x023F5EF8 0x0012F540
+0050: 0x022E2AC0 0x0040578F 0x00000001 0x0184B240
+0060: 0x0184B240 0x0000002D 0x02398040 0x004010B6
+0070: 0x0184B240 0x023F64D0 0x023A2880 0x00402B63
+0080: 0x0184B240 0x00000030 0x0012F578 0x023F5EF8
+0090: 0x0012F860 0x0184B240 0x00000004 0x00000004
+00A0: 0x00000001 0x00053654 0x00053678 0x00054228
+00B0: 0x00050230 0x00054208 0x00050230 0x022E2AC0
+00C0: 0x023A2880 0x00000000 0x022E0020 0x000BFDC0
+00D0: 0x0046D5A1 0x0184B240 0x0012F5F8 0x0000001F
+00E0: 0x0184B240 0x00000004 0x0184B240 0x00000001
+00F0: 0x0184B240 0x00000001 0x0184B240 0xFFFFFFFF
+0100: 0x0184B240 0x0012F614 0x0012F5FC 0x0012F748
+0110: 0x023F2AAC 0x00000000 0x0184B240 0x00000004
+0120: 0x00000000 0x023F2AAC 0x00488A5B 0x0000001F
+0130: 0x00000001 0x00000001 0xFFFFFFFF 0x0005022C
Re: CMD:anims -
Ronaldo_raul™ - 16.01.2012
pawn Код:
CMD:anims( playerid,params[ ] )
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "{6633CC}Anims List by Nemx", " /fall \n/fallback - \n/injured - \n/akick - \n/push - \n/lowbodypush - \n/handsup - \n/bomb - \n/drunk - \n/getarrested - \n/laugh - \n/sup \n/basket - \n/headbutt - \n/medic - \n/spray - \n/robman - \n/taichi - \n/lookout - \n/kiss - \n/cellin - \n/cellout - \n/crossarms - \n/lay ","Ok","");
return 1;
}
Try This.
Re: CMD:anims -
FuTuяe - 16.01.2012
Your code only creates a new line.. Meaning you will have it like:
/fall
/fallback -
/injured -
etc.
Re: CMD:anims -
Nemesis' - 16.01.2012
Didn't worked Crashed again..
Re: CMD:anims -
Konstantinos - 16.01.2012
Change the Dialog ID.
Re: CMD:anims -
Nemesis' - 16.01.2012
Fixed i changed the Playerid 1 to 0 Before you typed Dwane Nvm Still thanks..