27.09.2015, 18:21
Eae Galera Meu primeiro post Aq, e estou com uma duvida:
vamos lб, tipo, minhas callbacks estao assim:
Obs: ja Criei as funзoes em OnDialogResponse corretamente.
vamos lб, tipo, minhas callbacks estao assim:
o problema e q so aparece so 1 checkpoint como faзo pra aparecer os 2 no gamemode?public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, 285.9076,-32.2660,1001.5156, 1.0);
SetPlayerCheckpoint(playerid, 1335.4783,-1271.9274,13.5469, 2.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
ShowPlayerDialog(playerid, dialog_armas, DIALOG_STYLE_TABLIST, "Compra de Armas", "Eagle\tR$500\t100\nSpas\tR$1000\t100\nColete\tR$5 00\t1", "comprar", "Sair");
ShowPlayerDialog(playerid, dialog_veiculos, DIALOG_STYLE_TABLIST, "Compra de Veiculos", "Sultan\t R$ 25000", "Comprar", "Sair");
return 1;
}
Obs: ja Criei as funзoes em OnDialogResponse corretamente.