[Ajuda] Como fazer esse comando jogar todos player do Sv longe?
#5

Quote:
Originally Posted by Vitor_Gorzoni
Посмотреть сообщение
pawn Код:
if(!strcmp(cmdtext, "/voem", true))
  {
     for(new i; i<GetMaxPlayers(); i++)
     {
       new Float: x,
       Float: y,
       Float: z;
       GetPlayerPos(i, x, y, z);
       SetPlayerPos(i, x, y, z + 100);
     }
     SendClientMessageToAll(-1, "Conheзa A dor=='!! Voemmm!!");
     return true;
  }
Tб todo errado ai

Use o break; em baixo do sendclientmessagetoall
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)