Issue, with if and for, help me please!
#3

Quote:
Originally Posted by jasperschellekens
Посмотреть сообщение
Try this

PHP код:
 CMD:togmarks(playeridparams[]){
markers 0;
for(new 
0i<=MAX_PLAYERS;i++)
{
new 
PlayerColor GetPlayerColor(playerid);
if(
PlayerColor[i] == 0xFFFFFF00 && markers 1)
{
SetPlayerColor(iServerColors[random(20)]);
}
else if(
PlayerColor[i] != 0xFFFFFF00){
SetPlayerColor(i,PlayerColor);
}
markers 1;
}
//FOR END HERE//
SendClientMessage(playerid0x33AA33AA,"Poof! you can see em' all!!");
return 
1;

Now it says:
Код:
C:\Servers\racing_samp\gamemodes\race.pwn(1363) : error 028: invalid subscript (not an array or too many subscripts): "PlayerColor"
C:\Servers\racing_samp\gamemodes\race.pwn(1363) : warning 215: expression has no effect
C:\Servers\racing_samp\gamemodes\race.pwn(1363) : error 001: expected token: ";", but found "]"
C:\Servers\racing_samp\gamemodes\race.pwn(1363) : error 029: invalid expression, assumed zero
C:\Servers\racing_samp\gamemodes\race.pwn(1363) : fatal error 107: too many error messages on one line
Reply


Messages In This Thread
Issue, with if and for, help me please! - by XpoZzA - 11.04.2017, 10:46
Re: Issue, with if and for, help me please! - by jasperschellekens - 11.04.2017, 11:11
Re: Issue, with if and for, help me please! - by XpoZzA - 11.04.2017, 12:21
Re: Issue, with if and for, help me please! - by Sew_Sumi - 11.04.2017, 14:26
Re: Issue, with if and for, help me please! - by XpoZzA - 11.04.2017, 14:31
Re: Issue, with if and for, help me please! - by DarkSkull - 11.04.2017, 14:33
Re: Issue, with if and for, help me please! - by DarkSkull - 11.04.2017, 14:37
Re: Issue, with if and for, help me please! - by Sew_Sumi - 11.04.2017, 14:43

Forum Jump:


Users browsing this thread: 2 Guest(s)