SA-MP Forums Archive
Dъvida SetPlayerCheckpoint. - 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: Dъvida SetPlayerCheckpoint. (/showthread.php?tid=425877)



Dъvida SetPlayerCheckpoint. - Pedro Pawno - 27.03.2013

Como seria..

pawn Код:
CMD:deposito(playerid,params[])
    {
        SetPlayerCheckpoint(playerid, Parвmetros);
        scm(playerid,Neutra,"Vб atй o ponto no mapa!");
        return 1;
    }
como eu posso saber os parвmetros.
por que nгo й atravйs de coordenadas..

AddPlayerClass(103,1632.5125,-1169.8737,24.0781,140.4565,0,0,0,0,0,0); // ccoo


Re: Dъvida SetPlayerCheckpoint. - Nill.Oliveira - 27.03.2013

pawn Код:
(Playerid, Float: x, Float: y, Float: z, Float: tamanho)
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint


Respuesta: Dъvida SetPlayerCheckpoint. - Pedro Pawno - 27.03.2013

Pode dar o exemplo com o /save que postei?


Re: Respuesta: Dъvida SetPlayerCheckpoint. - Nill.Oliveira - 27.03.2013

Quote:
Originally Posted by Pedro Pawno
Посмотреть сообщение
Pode dar o exemplo com o /save que postei?
pawn Код:
SetPlayerCheckPoint(playerid, 1632.5125,-1169.8737,24.0781, 1.0);