05.05.2013, 13:07
If i do not compile the file .amx, the gamemode works ... if I compile, it gives me warning.
Why? o:
Why? o:
public ycmd_toll(playerid, cmdtext[]) // warning 235: public function lacks forward declaration (symbol "ycmd_toll")
{
#if TollFS == 0
if(cmdtext[0] == 1) cmdtext[0] = 0;
if(!gPlayerLogged[playerid])
{
SendClientMessage(playerid, COLOR_WHITE, "You are not logged in.");
return 1;
}
#endif
new idx,
L_sz_Input[256],
L_sz_CopName[MAX_PLAYER_NAME],
L_sz_MessageString[256],
L_sz_Rank[56], // warning 204: symbol is assigned a value that is never used: "L_sz_Rank"
L_sz_Faction[8]; // warning 204: symbol is assigned a value that is never used: "L_sz_Faction"
#if TollFS == 0
or just create your own mode instead of someone elses and indent properly
|