#1

Hey so i wanna make a vip for my sever and have some privelages but i need to know how can anyone help me
Reply
#2

Check tutorial to make vip or use variables like on top
pawn Код:
vip[MAX_PLAYERS];
then blah blah
Reply
#3

Quote:
Originally Posted by tanush
Посмотреть сообщение
Check tutorial to make vip or use variables like on top
pawn Код:
vip[MAX_PLAYERS];
then blah blah
That is a start. You helped him initialize a variable. I will add to that and others can contribute as well...

pawn Код:
new vip[MAX_PLAYERS];

public OnPlayerText(playerid, text[])
{
     if(vip[playerid])
     {
          blah blah blah blah
     }
     return 1;
}
Reply
#4

Quote:
Originally Posted by mprofitt
Посмотреть сообщение
That is a start. You helped him initialize a variable. I will add to that and others can contribute as well...

pawn Код:
new vip[MAX_PLAYERS];

public OnPlayerText(playerid, text[])
{
     if(vip[playerid])
     {
          blah blah blah blah
     }
     return 1;
}
thanks for explaining better
Reply
#5

dude first u will need a register/login to save too
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)