01.06.2012, 07:42
Hi guys,i have make a command for exit from cityhall but when player exit from cityhall ,the map cant load.And the player see this: http://imageshack.us/f/546/samp102xb.png/
Please guys i need some help.
Here is the command for exit from cityhall:
Thanks for helping,
jimis
Please guys i need some help.
Here is the command for exit from cityhall:
PHP код:
if (strcmp("/ExitCH", cmdtext, true, 10) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 4.0, 387.4368,173.7441,1008.3828))
{
SetPlayerPos(playerid, 2446.9475,2376.2249,12.1635);
}
else
SendClientMessage(playerid,COLOR_RED ,"[ERROR]You are not at door of cityhall");
}
jimis