26.12.2014, 23:20
use this code // test with them just and tell me if it works
PHP код:
if(BizInfo[idx][bType] == 1) // 24/7 Business
{
SetPlayerPos(playerid, -26.691599,-55.714897,1003.549988);
//SetPlayerFacingAngle(playerid, 357.5915);
//SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid, 6);
format(string, sizeof(string), "** Welcome to %s's 24/7 Market (( /prices & /buy )) **", BizInfo[idx][bOwner]);
SendClientMessage(playerid, COLOR_ORANGE, string);
}

