06.11.2010, 23:05
estou criando uma GM mas estou com o seguinte problema
quando o palyer digita /equilibrio sу aparece o TextDraw e n teleporta ele
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;
}

