Filterscript + Script, Possible to combine?
#10

pawn Код:
public OnPlayerSpawn(playerid)
{
  if(IsPlayerVIP(playerid))
  {
    // player is V.I.P, do whatever you want to do.
  }
  else
  {
    // player ISN'T V.I.P, do whatever you want to do.
  }
  return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)