PHP код:
C:\Documents and Settings\LUIZ GUSTAVO\Meus documentos\2\gamemodes\BGH.pwn(67302) : warning 235: public function lacks forward declaration (symbol "OnPlayerCommandPerformed")
C:\Documents and Settings\LUIZ GUSTAVO\Meus documentos\2\gamemodes\BGH.pwn(67312) : warning 203: symbol is never used: "TForum"
PHP код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
{
new str[90];
format(str,90,"O comando ''%s'' nгo existe, Use /ajuda para ver todos os comandos.",cmdtext);
SendClientMessage(playerid,-1,str);
}
return 1;
}