Error and i cant understand why
#1

I have this piece of code:
Код:
new Factionname;
if(PlayerInfo[playerid][Faction] == 1)
{
Factionname = "LSPD";
}
else if(PlayerInfo[playerid][Faction] == 2)
{
Factionname = "FBI";
}
else if(PlayerInfo[playerid][Faction] == 3)
{
Factionname = "S.W.A.T";
}
else if(PlayerInfo[playerid][Faction] == 4)
{
Factionname = "G5Security";
}
else if(PlayerInfo[playerid][Faction] == 5)
{
Factionname = "EMT";
}
else if(PlayerInfo[playerid][Faction] == 6)
{
Factionname = "SanNews";
}
and i cant understand why im getting these errors:
Код:
C:\Users\mattt\Desktop\New\gamemodes\arrp.pwn(578) : error 006: must be assigned to an array
C:\Users\mattt\Desktop\New\gamemodes\arrp.pwn(582) : error 006: must be assigned to an array
C:\Users\mattt\Desktop\New\gamemodes\arrp.pwn(586) : error 006: must be assigned to an array
C:\Users\mattt\Desktop\New\gamemodes\arrp.pwn(590) : error 006: must be assigned to an array
C:\Users\mattt\Desktop\New\gamemodes\arrp.pwn(594) : error 006: must be assigned to an array
C:\Users\mattt\Desktop\New\gamemodes\arrp.pwn(598) : error 006: must be assigned to an array
Thanks for the help
Reply


Messages In This Thread
Error and i cant understand why - by slymatt - 22.07.2011, 21:21
Re: Error and i cant understand why - by [MG]Dimi - 22.07.2011, 21:23
Re: Error and i cant understand why - by slymatt - 22.07.2011, 21:26
Re: Error and i cant understand why - by MadeMan - 22.07.2011, 21:26
Re: Error and i cant understand why - by Sasino97 - 22.07.2011, 21:27
Re: Error and i cant understand why - by slymatt - 22.07.2011, 21:59
Re: Error and i cant understand why - by slymatt - 22.07.2011, 22:49
Re: Error and i cant understand why - by Amit_B - 23.07.2011, 00:56
Re: Error and i cant understand why - by [L3th4l] - 23.07.2011, 01:07
Re: Error and i cant understand why - by slymatt - 23.07.2011, 11:25
Re: Error and i cant understand why - by MoroDan - 23.07.2011, 11:46
Re: Error and i cant understand why - by slymatt - 23.07.2011, 11:48
Re: Error and i cant understand why - by MoroDan - 23.07.2011, 11:52
Re: Error and i cant understand why - by slymatt - 23.07.2011, 12:05
Re: Error and i cant understand why - by slymatt - 26.07.2011, 12:34

Forum Jump:


Users browsing this thread: 1 Guest(s)