help with cd simple! pz he here
#1

hello all i made a code but its get error in his line

pawn Код:
public Count()
{
    new counter = 3, string[128];
    counter--;
    format(string, sizeof(string),"~r~%d", counter);
    GameTextForAll(1000, 5); // here one error
    if(counter == 0)
    {
        GameTextForAll(3000, 3, "~g~Gooooo!!!"); // 2nd error here
        KillTimer(count);
    }
    return 1;
}
pawn Код:
C:\Users\Administrator\Desktop\team wars\gamemodes\04jeeprace.pwn(204) : error 035: argument type mismatch (argument 1)
C:\Users\Administrator\Desktop\team wars\gamemodes\04jeeprace.pwn(207) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
help with cd simple! pz he here - by Honest_Player - 13.08.2011, 18:22
Re: help with cd simple! pz he here - by Riddick94 - 13.08.2011, 18:23
Re: help with cd simple! pz he here - by Libra_PL - 13.08.2011, 18:23
Re: help with cd simple! pz he here - by Meinstad - 13.08.2011, 18:23
Re: help with cd simple! pz he here - by Honest_Player - 13.08.2011, 18:27
Re: help with cd simple! pz he here - by Honest_Player - 13.08.2011, 18:29
Re: help with cd simple! pz he here - by Riddick94 - 13.08.2011, 18:34
Re: help with cd simple! pz he here - by Honest_Player - 13.08.2011, 18:36
Re: help with cd simple! pz he here - by Riddick94 - 13.08.2011, 18:40
Re: help with cd simple! pz he here - by Honest_Player - 13.08.2011, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)