Createbiz help
#2

I'm not sure what are you asking but, if you have wrong coordinates of an interior go to http://weedarr.wikidot.com/interior and find another interior, grab the x/y/z and interior number from there and set as follows:
pawn Код:
else if(BizInfo[idx][bType] == 7) // Bar
{
      SetPlayerPos(playerid, x, y, z); // x/y/z here
      SetPlayerFacingAngle(playerid, 86.7239);
      SetCameraBehindPlayer(playerid);
      SetPlayerInterior(playerid, int); // interior here
      SetPlayerVirtualWorld(playerid, idx+100);
      format(string, sizeof(string), "** Welcome to %s's Advertisement Agency (( /ad )) **", BizInfo[idx][bOwner]);
      SendClientMessage(playerid, COLOR_ORANGE, string);
}
Reply


Messages In This Thread
Createbiz help - by Alex_T - 10.11.2013, 21:07
Re: Createbiz help - by Loot - 10.11.2013, 23:24

Forum Jump:


Users browsing this thread: 1 Guest(s)