31.05.2013, 20:56
Dependsd how your "work" is.
If it done via checkpoints, on your last checkpoint you can do something among the lines of
P.S the text in [] is optional.
If it done via checkpoints, on your last checkpoint you can do something among the lines of
pawn Код:
if(PInfo[playerid][sAutoWork] == 1)
{
Restart first checkpoint
}
else [if(PInfo[playerid][sAutoWork] == 0)
{
End checkpoints and finish work
}
P.S the text in [] is optional.

