Command: Message on radius
#5

Код:
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod2.pwn(2827) : error 017: undefined symbol "String"
Код:
stock ProxDetector(Float:radi, playerid, string[], color)
{
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);

    foreach (new i : Player)
    {
        if(IsPlayerInRangeOfPoint(i, radi, X, Y, Z))
        {
            SendClientMessage(i, color, string);
        }
    }
}
Reply


Messages In This Thread
Command: Message on radius - by FL3GM4 - 26.12.2012, 02:26
Re: Command: Message on radius - by Deduction - 26.12.2012, 02:31
Re: Command: Message on radius - by FL3GM4 - 26.12.2012, 02:33
Re: Command: Message on radius - by Deduction - 26.12.2012, 02:36
Re: Command: Message on radius - by FL3GM4 - 26.12.2012, 02:43
Re: Command: Message on radius - by Deduction - 26.12.2012, 02:50
Re: Command: Message on radius - by Joe Staff - 26.12.2012, 02:52

Forum Jump:


Users browsing this thread: 1 Guest(s)