#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


Messages In This Thread
Help - by ElChapoGuzman - 09.03.2011, 01:09
Re: Help - by tanush - 09.03.2011, 01:12
Re: Help - by mprofitt - 09.03.2011, 01:31
Re: Help - by ElChapoGuzman - 09.03.2011, 01:32
Re: Help - by tanush - 09.03.2011, 02:54

Forum Jump:


Users browsing this thread: 1 Guest(s)