C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(1389) : error 029: invalid expression, assumed zero C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(1389) : error 017: undefined symbol "cmd_stunt" C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(1389) : error 029: invalid expression, assumed zero C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(1389) : fatal error 107: too many error messages on one line
COMMAND:tunt(playerid,params[])
{
ShowPlayerDialog(playerid,42,DIALOG_STYLE_LIST,"{F F002B}HayZatic Stunt Selection","{F2C80C}Stunt 1 - Cost: $1000\n","GoTo!","Close");
return 1;
}
Don't use this in OnPlayerCommandText ! Actually, you have to remove your OnPlayerCommandText, if you use ZCMD.
|
C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(1516) : error 021: symbol already defined: "SendClientMessage" C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(1518) : error 010: invalid function or declaration C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(1631) : error 010: invalid function or declaration C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(3356) : error 004: function "zcmd_OnPlayerCommandText" is not implemented C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(3361) : error 004: function "zcmd_OnPlayerCommandText" is not implemented C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\gamemodes\FreeRoam.pwn(3381) : warning 203: symbol is never used: "cmds"
public OneFunction(...)
{
...
}
stock MyOwnFunction(...)
{
...
}
SendClientMessage(_, _, _);
public ETC(...)
{
...
}
public OnPlayerCommandText(playerid, cmdtext[];) { //Do SomeThing here! return 1; } Command:stunt(playerid, params[]) { ShowPlayerDialog(playerid,42,DIALOG_STYLE_LIST,"{F F002B}HayZatic Stunt Selection","{F2C80C}Stunt 1 - Cost: $1000\n","GoTo!","Close"); return 1; } public OnGameModeInit() { SetGameModeText("Stunt.."); return 1; }