09.10.2012, 20:34
Eu fiz um sistema pedagio bбsico mais... eu queria que ele sу mostrasse o dialog para quem estiver em um veiculo.
tipo quando ele chegar nesse check point mostrar sу para a pessoa que estiver em um veiculo.
Код:
if(CPS_IsPlayerInCheckpoint(playerid, checkpedagio)) { format(string, sizeof(string), "Bem vindo ao pedagio deseja passar?", nome(playerid)); ShowPlayerDialog(playerid, DIALOGID+17, DIALOG_STYLE_MSGBOX, "Pedagio", string, "Sim", "Nгo"); }