01.05.2012, 08:12
Need help here friends I got this error
Here's the line
I'm creating a simple nuke system in my script on its next version...
Код:
C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32 \gamemodes\Gangwar.pwn(402) : error 017: undefined symbol "X" C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32 \gamemodes\Gangwar.pwn(403) : error 021: symbol already defined: "SendClientMessageToAll" C:\Documents and Settings\allenloza\My Documents\Downloads\Compressed\samp03dsvr_R2_win32 \gamemodes\Gangwar.pwn(404) : error 010: invalid function or declaration
Код:
CMD:nuke(playerid,params[]) CreateExplosion(Float:X,Float:Y,Float:Z,Float:Radius); SendClientMessageToAll(0x58AB54FF, "%s has used a command /nuke and killed him/herself!"); return 1;