27.08.2010, 17:57
I need help I tryed to copy the skin changer dialog from here http://forum.sa-mp.com/showthread.ph...highlight=Skin
Errors
link to the script
http://pastebin.com/CS3C7UKK
ЁThis is under "OnPlayercommandtext" but I also have a duel script so I put it right under the duel script .. but idk why
Errors
Quote:
C:\Programmer\Rockstar Games\GTA San Andreas\server\gamemodes\DM.pwn(347) : error 055: start of function body without function header C:\Programmer\Rockstar Games\GTA San Andreas\server\gamemodes\DM.pwn(349) : error 010: invalid function or declaration C:\Programmer\Rockstar Games\GTA San Andreas\server\gamemodes\DM.pwn(351) : error 055: start of function body without function header C:\Programmer\Rockstar Games\GTA San Andreas\server\gamemodes\DM.pwn(353) : error 021: symbol already defined: "ShowPlayerDialog" C:\Programmer\Rockstar Games\GTA San Andreas\server\gamemodes\DM.pwn(355) : error 010: invalid function or declaration C:\Programmer\Rockstar Games\GTA San Andreas\server\gamemodes\DM.pwn(357) : error 054: unmatched closing brace ("}") C:\Programmer\Rockstar Games\GTA San Andreas\server\gamemodes\DM.pwn(359) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 7 Errors. |
http://pastebin.com/CS3C7UKK
Quote:
{ if(strcmp(cmdtext, "/skin", true) == 0) { ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Skin Change", "Enter the skin id you wish to have below", "Confirm", "Cancel"); return 1; } return 0; } |
![Sad](images/smilies/sad.gif)