23.11.2013, 20:06
(
Последний раз редактировалось Sledgehammer; 24.11.2013 в 12:50.
)
Teleport's Help
Hello, I'm just wondering instead off using command's to enter a building such as:
Код:
COMMAND:enter(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 2, 2045.4803,-1907.7728,13.5469))//DMV
{
SetPlayerPos(playerid, -2029.7825,-119.6237,1035.1719);
SetPlayerInterior(playerid, 3);
SetPlayerVirtualWorld(playerid, 0);
SetCameraBehindPlayer(playerid);
}
}
P.S- I have been looking over for SA-MP but nothing seems to work.
Thanks in advanced!



