05.07.2011, 13:40
lol, I used it with a capital B, that was the problem. I've got one more problem. I'm getting this error "array sizes do not match" for the following.
this is in the enumeration
what am I doing wrong?
pawn Код:
if(listitem = 0){
pInfo[playerid][pSex] = "Male";
}
else{
pInfo[playerid][pSex] = "Female";
}
pawn Код:
pSex[10],