Checkpoint problems
#1

One Checkpoint is supposed to appear at LVPD and one at Las Venturas Airport.
There's only 1 checkpoint that appears at LVPD and not at Las Venturas Airport.
And when I am far away from LVPD it still shows the checkpoint at the mini-map.

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid, 1319.2881, 1262.9365, 10.8203, 1.0);
    SetPlayerCheckpoint(playerid,2295.2839,2475.7974,3.2734, 1.0);
    return 1;
}
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    GivePlayerWeapon(playerid, 3, 1);
    GivePlayerWeapon(playerid, 22, 1000);
    GivePlayerWeapon(playerid, 31, 2500);
    GivePlayerWeapon(playerid, 29, 1500);
    GivePlayerWeapon(playerid, 34, 100);
    SetPlayerArmour(playerid, 100.0);
    SetPlayerHealth(playerid, 100.0);
    SendClientMessage(playerid, COLOR_RED, "You have received Armour and Weapons");
    return 1;
}
LVPD

Las Venturas Airport (Nothing)

Mini-map (Read dot still appear from LVPD)
Reply


Messages In This Thread
Checkpoint problems - by NathNathii - 12.04.2013, 21:16
Re: Checkpoint problems - by zDivine - 12.04.2013, 21:18
Re: Checkpoint problems - by NathNathii - 12.04.2013, 21:19
Re: Checkpoint problems - by zDivine - 12.04.2013, 21:20
Re: Checkpoint problems - by NathNathii - 12.04.2013, 21:22
Re: Checkpoint problems - by zDivine - 12.04.2013, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)