17.12.2011, 08:45
Quote:
Both talk English here. This section ain't a foreign language section.
|
English: Should I do another enum, with vip?
Quote:
oxi, mono ena kai meta
pawn Код:
|
pawn Код:
CMD:setvip(playerid, params[])
{
new id, lvl;
// blabla...
if(lvl > 3 || lvl < 0) return SendClientMessage(playerid, -1, "The level must be between 0 and 3");
// Rest Of Code
Pinfo[id][VIP] = lvl;
return 1;
}