27.03.2013, 23:45
Right now, i have:
But this only lets the person use the command if he is BOTH VIP and Admin.
How do i make it so the player only has to be 1 of them. (VIP, Admin)
Thanks.
pawn Код:
if(AccInfo[playerid][Level] >=1) AccInfo[playerid][pVip] > 0)
{
How do i make it so the player only has to be 1 of them. (VIP, Admin)
Thanks.