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

Tente '-'
PHP код:
if(strcmp(cmdtext, "/voem", true) == 0)
{
    for(new 
i = 0; i < MAX_PLAYERS; i++)
    {
        new 
Float:pX, Float:pY, Float:pZ;
        
GetPlayerPos(i, pX, pY, pZ);
        
SetPlayerPos(i, pX, pY+20, pZ+40);
        
SendClientMessageToAll(-1, "Conheзa A dor=='!! Voemmm!! ");
    }
    return 
0;
} 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)