13.05.2014, 15:10
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 :
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;
}