14.08.2016, 06:26
Here is my code:
Here is the Error:
I see nothing wrong "I'm a newbie scripter"
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
CMD:commands(playerid, cmdtext[]) ( Line 71 )
{
SendClientMessage(playerid, COLOR_YELLOW "Elite Gaming Server Commands");
return 1;
}
return 0;
}
PHP код:
C:\Users\xavie\PmG Script\gamemodes\Scratch.pwn(71) : error 029: invalid expression, assumed zero
C:\Users\xavie\PmG Script\gamemodes\Scratch.pwn(71) : error 017: undefined symbol "cmd_commands"
C:\Users\xavie\PmG Script\gamemodes\Scratch.pwn(71) : error 029: invalid expression, assumed zero
C:\Users\xavie\PmG Script\gamemodes\Scratch.pwn(71) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.