19.09.2011, 03:22
For some reason, the others work, I can't seem to find a problem.
pawn Код:
BombCP = CreateDynamicCP(2003.6744,2319.5950,10.8203,1.0,-1,-1,-1,20.0);
if(checkpointid == BombCP)
{
ShowPlayerDialog(playerid,6047,DIALOG_STYLE_LIST,"Vehicle Toys","C4 - Detonated $100,000\nC4 - Timed $80,000","Select","Cancel");
SendClientMessage(playerid,Aqua,"Bomb CP.");
printf("Player (%s) entered the Bomb Checkpoint",GetName(playerid));
}