Warning...
#1

Hi Guyz,I am Getting a warning "
PHP Code:
warning 235: public function lacks forward declaration (symbol "OnPlayerCommandPerformed"
Here is my Code:
Define : #define ERROR_MSG "Unknown Command! Type /cmds For Available Commands."
Line :
PHP Code:
public OnPlayerCommandPerformed(playeridcmdtext[], success)
{
    if(!
success)
    return 
SendClientMessage(playeridCOLOR_ERROR""ERROR_MSG"");
    return 
1;

Reply


Messages In This Thread
Warning... - by RedSmokeR - 21.10.2018, 07:09
Re: Warning... - by Calisthenics - 21.10.2018, 07:18
Re: Warning... - by RedSmokeR - 21.10.2018, 08:28
Re: Warning... - by UFF - 21.10.2018, 09:15
Re: Warning... - by RedSmokeR - 21.10.2018, 09:23

Forum Jump:


Users browsing this thread: 1 Guest(s)