Quick Question
#3

Quote:
Originally Posted by Ljai
pawn Код:
if(PlayerInfo[playerid][pHelper] >= 1 || PlayerInfo[playerid][pAdmin] >= 1)
{
   // do something
}
put that under the command like so
Код:
if(!strcmp(cmdtext,"/goto,true,5))
{
 if(PlayerInfo[playerid][pHelper] >= 1 || PlayerInfo[playerid][pAdmin] >= 1)
 {
   // do something
 }
  return 1;
}
Reply


Messages In This Thread
Quick Question - by TKZ227 - 31.05.2010, 18:20
Re: Quick Question - by Lewwy - 31.05.2010, 18:21
Re: Quick Question - by DJDhan - 31.05.2010, 18:23
Re: Quick Question - by TKZ227 - 31.05.2010, 18:39
Re: Quick Question - by TKZ227 - 31.05.2010, 19:27
Re: Quick Question - by azzerking - 31.05.2010, 19:40

Forum Jump:


Users browsing this thread: 1 Guest(s)