Fixed
#1

Ah, invalid function or declartion again!

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/nameoff", cmdtext, true, 10) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(playerid, i, false);
}
GameTextForPlayer(playerid, "~W~Nametags ~R~off", 5000, 5);
return 1;
}
return 1;
}
return 0;
}

C:\Documents and Settings\Adminisondre\Desktop\coding\gamemodes\Xtr eme.pwn(110) : warning 217: loose indentation
C:\Documents and Settings\Adminisondre\Desktop\coding\gamemodes\Xtr eme.pwn(112) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
Fixed - by [KML]Dabug - 12.04.2009, 15:41
Re: Help /nameoff HELP!!!!!!!! MISSING CURLY BRACKETS AGAIN - by MenaceX^ - 12.04.2009, 15:52
Re: Help /nameoff HELP!!!!!!!! MISSING CURLY BRACKETS AGAIN - by [KML]Dabug - 12.04.2009, 15:56
Re: Help /nameoff HELP!!!!!!!! MISSING CURLY BRACKETS AGAIN - by Klutty - 12.04.2009, 15:59
Re: Help /nameoff HELP!!!!!!!! MISSING CURLY BRACKETS AGAIN - by [KML]Dabug - 12.04.2009, 16:02
Re: Fixed - by Klutty - 12.04.2009, 16:03
Re: Fixed - by MenaceX^ - 12.04.2009, 16:56
Re: Fixed - by [KML]Dabug - 12.04.2009, 17:00

Forum Jump:


Users browsing this thread: 1 Guest(s)