26.12.2014, 22:42
Well i try a coordinate for the 24/7 the code is like this:
But i tried to change the playerpos but i wont spawn in the store im just spawning in a black space and gets stuck and can't see anything. i use a command to get out. But it wont let me spawn in the store.
cant get screen shot in since i cant get my gta to window mode
PHP код:
if(BizInfo[idx][bType] == 1) // 24/7 Business
{
SetPlayerPos(playerid, -25.884498,-185.868988,1003.546875);
SetPlayerFacingAngle(playerid, 357.5915);
SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid, 6);
SetPlayerVirtualWorld(playerid, idx+100);
format(string, sizeof(string), "** Welcome to %s's 24/7 Market (( /prices & /buy )) **", BizInfo[idx][bOwner]);
SendClientMessage(playerid, COLOR_ORANGE, string);
}
cant get screen shot in since i cant get my gta to window mode
