12.06.2012, 18:55
pawn Код:
CMD:robsex(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 1.0, -107.1983,-8.3455,1000.7188))
{
SetTimer("rob", 10000, false);
SendClientMessage(playerid, -1, "stay in the checkpoint for 30 secs to rob it!");
return 1;
{
else
}
SendClientMessage(playerid, -1, "your not in checkpoint!");
return 0;
}
return 1;
}
indenting the code properly helps to identify this right away