25.10.2010, 14:30
pawn Код:
if(!strcmp("/enter", cmdtext, true))
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, -2034.5068,148.5365,28.8359))
{
SetPlayerPos(playerid, -27.312300, -29.277599, 1003.549988);
SetPlayerInterior(playerid, 4);
}
return 1; // Add this return 1; exactly in your /exit command too.
}