I want to address this type of code to a game and not a stage setting, as it should be?.
I want to transform this code as well as this vampire mode sends him to his type of game.
Code Vampire ModePHP Code:if(ZGetGameClient()->GetMatchStageSetting()->GetStageSetting()->bClassic == true)
{
PHP Code:if (strstr(ZGetGameClient()->GetStageName(), "[VAMP]") && pAttacker == ZGetGame()->m_pMyCharacter) {


Reply With Quote


