30.09.2011, 22:03
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;
}