Little indent problem
#1

can you tell me where i am mistaking?
Error:
Quote:

D:\Games\ELRPv1\gamemodes\ELRP.pwn(215) : error 010: invalid function or declaration
D:\Games\ELRPv1\gamemodes\ELRP.pwn(21 : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

pawn Код:
public OnPlayerText(playerid, text[])

        {
        new pname[24], str[128];
        GetPlayerName(playerid, pname, 24);
        format(str, sizeof(str), "%s Says: %s", pname, text);
        ProxDetector(10.0, playerid, str, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5);
        return 0;
        }

        if PlayerInfo[playerid][pNMuted] == 1)
        {
        SendClientMessage(playerid,0xFF0000,"ERROR: You are muted!");
        return 0;
    }
Reply


Messages In This Thread
Little indent problem - by kingchandio - 05.08.2011, 11:41
Re: Little indent problem - by Riddick94 - 05.08.2011, 11:43
Re: Little indent problem - by kingchandio - 05.08.2011, 11:45
Re: Little indent problem - by Riddick94 - 05.08.2011, 11:51
Re: Little indent problem - by kingchandio - 05.08.2011, 11:54
Re: Little indent problem - by Riddick94 - 05.08.2011, 11:56
Re: Little indent problem - by kingchandio - 05.08.2011, 12:39
Re: Little indent problem - by Riddick94 - 05.08.2011, 12:43
Re: Little indent problem - by kingchandio - 05.08.2011, 18:49
Re: Little indent problem - by WoodPecker - 05.08.2011, 18:59

Forum Jump:


Users browsing this thread: 3 Guest(s)