17.02.2011, 10:19
So, i'm trying to create a mailman sidejob in my server, the idea is if someone enter a securicar, then some checkpoints will created and the player must follow the checkpoints, and in the last checkpoint he will get the cash.
but the problem is, how to make the checkpoints correctly?.
I try this
but then how to make if the player enter that checkpoint, then another checkpoint will be created?. please help i'm not that good in pawno.
Thanks in advance.
but the problem is, how to make the checkpoints correctly?.
I try this
Код:
if(IsPlayerInVehicle(playerid,428)) { SendClientMessage(playerid,COLOR_RED,"You are currently doing mailman job, follow the checkpoint to complete the job"); SetPlayerCheckPoint(playerid,844.5125,-1044.1566,25.4438,3.0); }
Thanks in advance.