01.03.2011, 22:09
One thing else, Unnamed brothel (Interior Bar) I want it to teleport to it but....When I set the cordenates on the serplayerpos it doesnt teleports me to the cordenates, of the interior...
Im putting too this:
( http://weedarr.wikidot.com/interior )
Im putting too this:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp("/enter",cmdtext)) { if(IsPlayerInRangeOfPoint(playerid, 3.0, 2835.8623,1842.2155,15.8016)) { SetPlayerPos(playerid,942.171997, -16.542755, 1000.929687); SetPlayerInterior(playerid, 1); } return 1;