CMD:anims
#1

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
Reply
#2

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.
Reply
#3

Your code only creates a new line.. Meaning you will have it like:
/fall
/fallback -
/injured -
etc.
Reply
#4

Didn't worked Crashed again..
Reply
#5

Change the Dialog ID.
Reply
#6

Fixed i changed the Playerid 1 to 0 Before you typed Dwane Nvm Still thanks..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)