[AJUDA]Setplayerpos - 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]Setplayerpos (
/showthread.php?tid=188249)
[AJUDA]Setplayerpos -
[FeK]WarMachine - 06.11.2010
estou criando uma GM mas estou com o seguinte problema
quando o palyer digita /equilibrio sу aparece o TextDraw e n teleporta ele
pawn Код:
if (strcmp("/equilibrio", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 1479.7198,-2450.7568,27.6539,80.9037);
GameTextForPlayer(playerid,"~g~Tente Chegar ao Final!", 3000, 5);
return 1;
}
Re: [AJUDA]Setplayerpos -
zSuYaNw - 06.11.2010
pawn Код:
if (strcmp("/equilibrio", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 1479.7198,-2450.7568,27.6539);
GameTextForPlayer(playerid,"~g~Tente Chegar ao Final!", 3000, 5);
return 1;
}
Re: [AJUDA]Setplayerpos -
[FeK]WarMachine - 06.11.2010
Valeu gato de botas
Re: [AJUDA]Setplayerpos -
Br_Mustafa - 07.11.2010
Tenso KKK