checkpoint
#2

Something like this should work.

You will maybe get an error, just download the "Streamer Plugin v2.5.2" and install it..
pawn Код:
new GiveGuns[MAX_PLAYERS];

public OnGameModeInit()
{
    GiveGuns = CreateDynamicCP(-103.7533, -22.6790, 1000.7188, 3.0, -1, -1, -1);
    return 1;
}

public OnPlayerEnterCheckPoint(playerid)
{
    if(GiveGuns)
    {
        GivePlayerWeapon(...);
        return 1;
    }
}
Reply


Messages In This Thread
checkpoint - by omer5198 - 12.02.2011, 09:53
Re: checkpoint - by Unknown123 - 12.02.2011, 09:58
Re : checkpoint - by [WTF]Godfather - 19.02.2011, 11:39
Re: checkpoint - by Adnan Pasic - 19.02.2011, 13:30
Re: checkpoint - by Adnan Pasic - 19.02.2011, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)