VIP errors'
#1

Okay, so I get these errors:

Код:
C:\Users\****\Desktop\SA-MP gamemodes\HSRP Script\gamemodes\IRP.pwn(47273) : error 017: undefined symbol "string"
C:\Users\****\Desktop\SA-MP gamemodes\HSRP Script\gamemodes\IRP.pwn(47276) : error 017: undefined symbol "string"
C:\Users\****\Desktop\SA-MP gamemodes\HSRP Script\gamemodes\IRP.pwn(47277) : warning 209: function "cmd_v" should return a value
C:\Users\****\Desktop\SA-MP gamemodes\HSRP Script\gamemodes\IRP.pwn(47278) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
pawn Код:
if (PlayerInfo[playerid][pDonateRank] >= 1 || PlayerInfo[playerid][pAdmin] >= 2)
        {
            SendVIPMessage(COLOR_VIP, string);
        }

        Log("logs/vipchat.log", string);
    }
    return 1;
}
Reply


Messages In This Thread
VIP errors' - by James Bob - 29.12.2012, 07:39
Re: VIP errors' - by Zex Tan - 29.12.2012, 07:43
Re: VIP errors' - by James Bob - 29.12.2012, 07:45
Re: VIP errors' - by Zex Tan - 29.12.2012, 07:46
Re: VIP errors' - by James Bob - 29.12.2012, 07:50
Re: VIP errors' - by JaKe Elite - 29.12.2012, 07:56
Re: VIP errors' - by Zex Tan - 29.12.2012, 07:58
Re: VIP errors' - by James Bob - 29.12.2012, 08:01
Re: VIP errors' - by CBCandyBoy - 29.12.2012, 08:08
Re: VIP errors' - by James Bob - 29.12.2012, 08:13

Forum Jump:


Users browsing this thread: 1 Guest(s)