01.01.2017, 02:36
Oye mira me sale esto
Aqui el codigo
Код:
C:\Users\JONATAN\Desktop\Saadat (Pink_Panthers Cops and Robbers\gamemodes\UoG.pwn(38876) : error 010: invalid function or declaration C:\Users\JONATAN\Desktop\Saadat (Pink_Panthers Cops and Robbers\gamemodes\UoG.pwn(38876) : error 021: symbol already defined: "FIXES_ShowPlayerDialog" C:\Users\JONATAN\Desktop\Saadat (Pink_Panthers Cops and Robbers\gamemodes\UoG.pwn(38877) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
Код:
CMD:help(playerid,params[]){ new data[731]; strcat(data, "San Andreas Team Death Match ~ Freeroam Script by -=Speed=- \n"); strcat(data, "For GENERAL commands, please type /commands. -=|=- For ADMIN/ACCOUNT commands, please type /ahelp. \n"); strcat(data, "For VEHICLE commands please type /v(menu/list). -=|=- For BUSINESS commands, please type /bmenu. \n"); strcat(data, "For HOUSE commands, please type /hmenu -=|=- For BANK commands, please type /bankhelp(l). \n"); strcat(data, "For TELEPORT commands, please type /telehelp(l). -=|=- For GANG commands, please type /ganghelp(l). \n"); strcat(data, "For CELLPHONE commands, please type /cellhelp(l). -=|=- For JOB commands, please type /jobhelp. \n"); strcat(data, "For RACE commands, please type /racehelp(l). \n"); strcat(data, "For help using the new LIST UI, please type /listhelp \n"); strcat(data, "Type /credits to see a list of the ppl who contributed to this script. \n"); } ShowPlayerDialog(playerid, 2020, DIALOG_STYLE_MSGBOX, "General help:", data, "Close", "");//linea 38876 return 1;//linea 38877 }