12.03.2011, 15:17
I get this error.
By this code.
What's wrong?
Thanks!
Quote:
* error 029: invalid expression, assumed zero |
Quote:
public IsAVip(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pDonateRank] >= 1) } } return 0; |
Thanks!