Quote:
Originally Posted by ConnorHunter
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) { if(!success) { SendClientMessage(playerid, /*hex code of color*/, "Unknown command!!!!!1111"); // enter whatever you want here. } return 1; }
|
C:\Users\DAVIDE\Desktop\GangSystem\gamemodes\gangs ystem.pwn(6533) : warning 235: public function lacks forward declaration (symbol "OnPlayerCommandPerformed")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.