[Ajuda] Chekpoint - 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] Chekpoint (
/showthread.php?tid=627049)
Chekpoint -
GabrielMT - 23.01.2017
Olб, Hj eu tente fzr um ChekPoint ( foi a primeira vez ) ele ele ficou Muito mas muito grande '-'
Oque poderia ser o Erro ?
Код:
checkTdin = CPS_AddCheckpoint(1244.2393,-2016.3522,59.8772,179.6375, 5.0, 40);
Localizaзгo que eu quero que ele fique:
Код:
AddPlayerClass(212,1244.2393,-2016.3522,59.8772,179.6375,0,0,0,0,0,0); //
Agradeзo desde ja !
Re: Chekpoint -
didimk157 - 23.01.2017
PHP код:
checkTdin = CPS_AddCheckpoint(1244.2393,-2016.3522,59.8772, 4.0);
tente assim.
Re: Chekpoint -
GabrielMT - 23.01.2017
Deu isto:
Quote:
GMBNV.pwn(7041) : warning 202: number of arguments does not match definition
|
Re: Chekpoint -
IlanZ - 23.01.2017
Verifique todos parametros da funзгo
Re: Chekpoint -
DiegoLeo - 23.01.2017
Tente assim:
PHP код:
checkTdin = CPS_AddCheckpoint(212,1244.2393,-2016.3522,59.8772,179.6375, 5.0, 40);
Re: Chekpoint -
TheBob - 23.01.2017
usa a funзгo de criar checkpoints da INCLUDE Strem? tem ai?
Re: Chekpoint -
RodrigoMSR - 24.01.2017
Pelo que eu entendi dessa funзгo, o tamanho seria o "5.0", tente:
Код:
CPS_AddCheckpoint(1244.2393,-2016.3522,59.8772,179.6375, 1.0, 40);
Se nгo der, mande-a aqui.