[Ajuda] Check Point - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Check Point (
/showthread.php?tid=631230)
Check Point -
GabrielMT - 25.03.2017
Ola Novamenteі '-'
Fiz um cmd para pagar as conta de carro mas nao sei como por pra ele funcionar em um Local Derterminado ( check point )
Poderia me ajuda ?
Comando
Код:
if(strcmp(cmdtext,"/Detran", true) == 0)
{
ShowPlayerDialog(playerid, D_Detrann, DIALOG_STYLE_LIST,"Oque vocк deseja Pagar ?", "Multas\nIpva", "Selecionar", "");
return 1;
}
Agradeзo desde ja!
Re: Check Point -
Toroi - 25.03.2017
Usa a funзao
IsPlayerInRangeOfPoint
https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
Re: Check Point -
HoodScript - 25.03.2017
Quote:
Originally Posted by GabrielMT
Ola Novamenteі '-'
Fiz um cmd para pagar as conta de carro mas nao sei como por pra ele funcionar em um Local Derterminado ( check point )
Poderia me ajuda ?
Comando
Код:
if(strcmp(cmdtext,"/Detran", true) == 0)
{
ShowPlayerDialog(playerid, D_Detrann, DIALOG_STYLE_LIST,"Oque vocк deseja Pagar ?", "Multas\nIpva", "Selecionar", "");
return 1;
}
Agradeзo desde ja!
|
na dialog d_detrann vocк coloca:
PHP код:
SetPlayerCheckpoint(playerid, x, y, z, 3.0);
e seu OnPlayerEnterCheckpoint
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
return 1;
}
Re: Check Point -
GabrielMT - 25.03.2017
Obrigado !!!
* +REP