How to change your bank int?
#4

pawn Code:
CMD:bannk(playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 3.0, X, Y, Z)) //replace x,y,z with where you wanna enter the bank
SetPlayerInterior(playerid, ID); //replace ID with the interior ID
SetPlayerFacingAngle(playerid, A); //replace angle with the entered angle you wantt to face
SetCameraBehindPlayer(playerid); //sets the camera behind  the player...
return 1;
}
Reply


Messages In This Thread
How to change your bank int? - by wes231 - 30.09.2011, 20:47
Re: How to change your bank int? - by -CaRRoT - 30.09.2011, 21:00
Re: How to change your bank int? - by Kingunit - 30.09.2011, 21:00
Re: How to change your bank int? - by BigAl - 30.09.2011, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)