01.12.2012, 13:52
Its for this:
etc just to define which CP or something, not sure its a downloaded GM but we edited it big time, this is the first time we try to make extra robbing positions
pawn Код:
if(getCheckpointType(playerid) != CP_DropOff)
{
SendClientMessage(playerid,COLOR_ERROR,"You must be in the Checkpoint at the SFPD garage to drop off suspects.");
return 1;
}

