21.02.2011, 20:41
OH! **** I'm tired, i confused the pLevel with pVip, il test again.
EDIT:
Okay i just tried with that line fixed and with
So here's the thing, it works while im ingame, but if i /q and re-login it dosen't anymore, so it dosen't save it ?
EDIT:
Okay i just tried with that line fixed and with
pawn Code:
//------------------------------------------
CMD:vtest(playerid, params[])
{
if(PVar[playerid][pVip] == 1)
{
SendClientMessage(playerid, orange, "You are vip level 1");
}
else return SendClientMessage(playerid, orange, "You are not an VIP");
return 1;
}