08.07.2012, 12:36
my checkpoint is not showing im using streamer
pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 2, -1, -1, -1);// on player spawn
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == stadium)
{
ShowPlayerDialog(playerid, 12112131, DIALOG_STYLE_LIST, "Stadium", "Derby\nFight club\nFc training\nDrift", "Select", "Cancel");
return 1;
}
return 1;
}