![]() |
Dúvida Map.Thrown - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Dúvida Map.Thrown (/thread-2650.html) |
Dúvida Map.Thrown - the angels - 05-18-2012 Olá queria fazer um anti push do meu jeito. Porém qual seria a location certo, para ele jogar debaixo do meu pe? RE: Dúvida Map.Thrown - Hunger - 05-18-2012 Você prescisa criar as variaveis X Y Z, e atribuilas os valores Self X , Self Y, e Self Z: Exemplo: Code: 200 {Anti Push} VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z Map.HasID(3031, !X!, !Y!, !Z!)<>1 Map.Thrown(3031, 2, !X!, !Y!, !Z!)<>1 |