alisonx23 0 Postado Agosto 6, 2015 Share Postado Agosto 6, 2015 (editado) luascript.cppgetPlayerSecureMode(cid): PHP: int32_t LuaScriptInterfaceluaGetPlayerSecureMode(lua_State* L) { //getPlayerSecureMode(cid) ScriptEnviroment* env = getEnv(); Player* player = env->getPlayerByUID((uint32_t)popNumber(L)); if(!player) { errorEx(getError(LUA_ERROR_PLAYER_NOT_FOUND)); lua_pushboolean(L, false); } else lua_pushnumber(L, player->getSecureMode()); return 1; } getPlayerFightMode(cid): PHP: int32_t LuaScriptInterfaceluaGetPlayerFightMode(lua_State* L) { //getPlayerFightMode(cid) ScriptEnviroment* env = getEnv(); Player* player = env->getPlayerByUID((uint32_t)popNumber(L)); if(!player) { errorEx(getError(LUA_ERROR_PLAYER_NOT_FOUND)); lua_pushboolean(L, false); } else lua_pushnumber(L, player->getAttackFactor()); return 1; } simple and useful. https://otland.net/threads/getplayersecuremode-cid-getplayerfightmode-cid.128276/ Como adicionar isso na soucer, sei q e em luascript, mais em qual lugar,.... ajuda rep+ Editado Agosto 6, 2015 por alisonx23 Link para o comentário Compartilhar em outros sites More sharing options...
0 cheveko 11 Postado Agosto 10, 2015 Share Postado Agosto 10, 2015 As source você precisa baixar, e não é feito em lua script, é em C... Link para o comentário Compartilhar em outros sites More sharing options...
0 Bruno 535 Postado Agosto 10, 2015 Share Postado Agosto 10, 2015 Tópico movido para área correta. Link para o comentário Compartilhar em outros sites More sharing options...
0 Lumus 254 Postado Setembro 21, 2015 Share Postado Setembro 21, 2015 Tópico Movido Este tópico foi movido de "OTServ → Suporte OTServ → Suporte Programação" para "OTServ → Suporte OTServ → Suporte Programação → Pedidos e dúvidas resolvidos - Programação". Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
alisonx23 0
https://otland.net/threads/getplayersecuremode-cid-getplayerfightmode-cid.128276/
Como adicionar isso na soucer, sei q e em luascript, mais em qual lugar,.... ajuda rep+
Editado por alisonx23Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados