11.02.2016, 07:37
Wrong section!
Here you go:
Here you go:
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
if (IsPlayerInCheckpoint(playerid))
{
if (IsPlayerInRangeOfPoint(playerid, 10, 1534.1671, -1783.1217, 13.5469))
{
GivePlayerWeapon(playerid, /*weapon id here + remove the /**/*/, /*ammo here + remove the /**/*/);
}
}
}