08.08.2011, 10:22
hello
will this not work??
it gives error:
on
and
will this not work??
pawn Код:
stock Ranks(playerid) {
if(PlayerInfo[playerid][pKills] == 0) {
PlayerInfo[playerid][pRank] = "Wannabe";
}
else if(PlayerInfo[playerid][pKills] >= 1) {
PlayerInfo[playerid][pRank] = "Newbie";
}
return 1;
}
Код:
error 006: must be assigned to an array
pawn Код:
PlayerInfo[playerid][pRank] = "Wannabe";
pawn Код:
PlayerInfo[playerid][pRank] = "Newbie";