Is this Normal with Pawno?
#7

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerFightingStyle(playerid, FIGHT_STYLE_KUNGFU);
  PlayerPlaySound(playerid, 1098,-119.9460,23.1096,12.2238);
  if (IsPlayerLAdmin(playerid))
  {
     SetPlayerFightingStyle(playerid, FIGHT_STYLE_KUNGFU);
     DMZone[playerid] = 0;
     GivePlayerWeapon(playerid, 46, 10);
     new rand = random(sizeof(RandomPlayerSpawns));
     SetPlayerPos(playerid, RandomPlayerSpawns[rand][0], RandomPlayerSpawns[rand][1], RandomPlayerSpawns[rand][2]);
     new Text3D:owner = Create3DTextLabel("Stunt Paradise Admin", 0xE60000FF, 0.0, 0.0, 0.0, 40.0, 0);
     Attach3DTextLabelToPlayer(owner, playerid, 0.0, 0.0, 0.7);
     return 1;
  }
  if (IsPlayerAdminLevel(playerid, 6))
  {
    SetPlayerFightingStyle(playerid, FIGHT_STYLE_KUNGFU);
    DMZone[playerid] = 0;
    GivePlayerWeapon(playerid, 46, 10);
    new rand = random(sizeof(RandomPlayerSpawns));
    SetPlayerPos(playerid, RandomPlayerSpawns[rand][0], RandomPlayerSpawns[rand][1], RandomPlayerSpawns[rand][2]);
       new Text3D:owner = Create3DTextLabel("Stunt Paradise Owner", 0xE60000FF, 0.0, 0.0, 0.0, 40.0, 0);
        Attach3DTextLabelToPlayer(owner, playerid, 0.0, 0.0, 0.7);
        return 1;
  }
  DMZone[playerid] = 0;
  GivePlayerWeapon(playerid, 46, 10);
  new rand = random(sizeof(RandomPlayerSpawns));
  SetPlayerPos(playerid, RandomPlayerSpawns[rand][0], RandomPlayerSpawns[rand][1], RandomPlayerSpawns[rand][2]);
  return 1;
}
This is what might me be causing it
Reply


Messages In This Thread
Is this Normal with Pawno? - by HydraX - 28.10.2009, 20:23
Re: Is this Normal with Pawno? - by yom - 28.10.2009, 20:36
Re: Is this Normal with Pawno? - by MenaceX^ - 28.10.2009, 20:37
Re: Is this Normal with Pawno? - by HydraX - 28.10.2009, 20:41
Re: Is this Normal with Pawno? - by Sergei - 28.10.2009, 20:47
Re: Is this Normal with Pawno? - by HydraX - 28.10.2009, 20:47
Re: Is this Normal with Pawno? - by HydraX - 28.10.2009, 20:49
Re: Is this Normal with Pawno? - by yom - 28.10.2009, 21:03
Re: Is this Normal with Pawno? - by HydraX - 28.10.2009, 21:09

Forum Jump:


Users browsing this thread: 2 Guest(s)