11.09.2010, 07:45
Quote:
ok man i want to can't enter in the checkpoint with car !
Do u understand ? o_0 :S |
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 2.5, 1929.91796875, -1776.3956298828, 12.467615127563))
{
if (!IsPlayerInAnyVehicle(playerid))
{
SetPlayerPos(playerid, 2543.462646,-1308.379882,1026.728393);
SetPlayerInterior(playerid, 2);
SendClientMessage(playerid, 0x00FF00, "Welcome In The Building.");
}
}