[Pedido] Tutorial Para Criar Um Sistema De GPS
#5

o Seu Nao Deu Certo Fiz Isso Aki Olha Para Testar

Код:
OnplayerCommand
if(!strcmp("/gps", cmdtext, true))
{
ShowPlayerDialog(playerid, 8595, DIALOG_STYLE_LIST, "Escolha Um Local", "Los Santos", "Selecionar", "Cancelar");
return 1;
}

OnDialogResponse
//GPS
if(dialogid == GPSS)
{
if(listitem == 0)
{
SetPlayerCheckpoint(playerid,1550.6753,-1675.6946,15.5132,7.0);
}
return 1;
}
So Para Testar, Como Faзo Para Quando Chegar No Local Tirar o Simbolo Vermelho?
Ajudinha Ai, Por Favor
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)