29.03.2009, 21:21
Quote:
Originally Posted by FUNExtreme
Try without the totalfactions... thing
|
error 032: array index out of bounds (variable "IsFactionSkin")
pawn Код:
if(GetPlayerSkin(playerid) == IsFactionSkin[22]) // 22 = total numbers of the skins i have add in the array
{
if i do:
pawn Код:
if(GetPlayerSkin(playerid) == IsFactionSkin[])
{
error 029: invalid expression, assumed zero