[Map] Custom bank interior - by acres
#6

Very Very nice +rep and i used it in my GM, But sry i removed the money bags and replaced it with safes instead.

Here is a good Spawn Point inside it :

pawn Код:
// X, Y, Z, Facing angle
SetPlayerPosEx(playerid, 1457.8361, -998.9071, 16.2272, 0.0000);

stock SetPlayerPosEx(playerid, Float:x, Float:y, Float:z, Float:ang, worldid = 0, interiorid = 0)
{
    if(!IsPlayerConnected(playerid)) return 0;
    SetPlayerPos(playerid, x, y, z);
    SetPlayerFacingAngle(playerid, ang);
    SetPlayerInterior(playerid, interiorid);
    SetPlayerVirtualWorld(playerid, worldid);
    return 1;
}
Reply


Messages In This Thread
Custom bank interior - by acres - by Acres - 08.05.2014, 16:36
Re: Custom bank interior - by acres - by Norey - 12.05.2014, 13:14
Re: Custom bank interior - by acres - by Parallex - 12.05.2014, 13:18
Re: Custom bank interior - by acres - by Racer123 - 12.05.2014, 13:34
Re: Custom bank interior - by acres - by NoSoap - 12.05.2014, 14:27
Re: Custom bank interior - by acres - by iFarbod - 13.05.2014, 15:10
Re: Custom bank interior - by acres - by Acres - 13.05.2014, 15:13
Re: Custom bank interior - by acres - by iFarbod - 13.05.2014, 15:18

Forum Jump:


Users browsing this thread: 1 Guest(s)