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

pawn Код:
if(strcmp(cmdtext,"/voem") ? (true) : (false)){
        for(new i; i<MAX_PLAYERS; i++){
            new Float: x,
            Float: y,
            Float: z;
            GetPlayerPos(i, x, y, z);
            SetPlayerPos(i, x, y, z + 100);
            break;
        }
        return 1;
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)