03.04.2011, 16:16
Hi,I want to make that if "grovegangboss = 1" and "player skin = 270" and "player team is "TEAM_GROVE" he will be "grovegangbossID".
I was making like that:
,but:
how to fix it?
I was making like that:
Код:
new grovebossid[MAX_PLAYERS]; grovebossid[playerid] == if(grovegangboss == 1 && gTeam[playerid] == TEAM_GROVE && GetPlayerSkin(playerid, 270));
Код:
C:\Users\bendra\Desktop\SampORGserver\gamemodes\LSxTW.pwn(1247) : error 029: invalid expression, assumed zero C:\Users\bendra\Desktop\SampORGserver\gamemodes\LSxTW.pwn(1247) : warning 202: number of arguments does not match definition