[AJUDA]Setplayerpos
#1

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;
    }
Reply
#2

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;
}
Reply
#3

Valeu gato de botas
Reply
#4

Tenso KKK
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)