26.03.2012, 10:11
Iam using SATDM v11
//================================================== ============================
// Commands
//================================================== ============================
//===================================Commands======= ============================
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success == 0)
{
SendClientMessage(playerid, COLOR_RED, "Try another command from /help, that one doesnt exist!");
return 1;
}
return 1;
}
I got these Errors:
F:\[0.3c]\SATDM~Lux\Gamemodes\SATDM_v11.pwn(9794) : warning 235: public function lacks forward declaration (symbol "OnPlayerCommandPerformed")
F:\[0.3c]\SATDM~Lux\Gamemodes\SATDM_v11.pwn(9801) : warning 217: loose indentation
Help
Get +1 Rep
//================================================== ============================
// Commands
//================================================== ============================
//===================================Commands======= ============================
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success == 0)
{
SendClientMessage(playerid, COLOR_RED, "Try another command from /help, that one doesnt exist!");
return 1;
}
return 1;
}
I got these Errors:
F:\[0.3c]\SATDM~Lux\Gamemodes\SATDM_v11.pwn(9794) : warning 235: public function lacks forward declaration (symbol "OnPlayerCommandPerformed")
F:\[0.3c]\SATDM~Lux\Gamemodes\SATDM_v11.pwn(9801) : warning 217: loose indentation
Help
Get +1 Rep