30.12.2012, 16:54
Hey i need help with OnPlayerEnterCheckpoint
so i got 2 checkpoints but how do i make it so that it only does those things when he enters a specific checkpoint.
like:
so i got 2 checkpoints but how do i make it so that it only does those things when he enters a specific checkpoint.
like:
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
cp1 = SendClientMessage(playerid, 0x3524C9FF, "(( [Lumberjack] Deliver the logs to the HQ to receive your paycheck! ))");
SetPlayerCheckpoint(playerid, 848.1696,-1445.7803,13.5762, 5.0);
return 1;
}