21.12.2011, 23:17
Do you know what an if statement is?
pawn Код:
if(hitman == 1) //Replace with your hitman variable...
{
//Do your showplayerdialog here
}
else return SendClientMessage(playerid, 0xFF0000AA, "You aren't a hitman!");
return 1;