Cliffside -- disable dev command
Colorado -- enable dev command
** custom config or coding **
thank you
Printable View
Cliffside -- disable dev command
Colorado -- enable dev command
** custom config or coding **
thank you
bumpppp
It's not possible to do like this because DEV is working on accounts not on maps.
i need custom config for this
- - - Updated - - -
dev command
/tp
/gi
/ban
/kick
bumpppp
some one
Basically just have it read a map ginfo pretty easy to do and extremousz it is possible for commands lol, as i did this for /tp awhile back.
plz show code
ok code for check mapid
"ginfo_.mapId == GBGameInfo::MAPID_WZ_XXXX"
Try put this
if(targetPlr->loadout_->GameMapId == GBGameInfo::MAPID_WZ_Colorado)
{
//Your Commands
}
for int ServerGameLogic::ProcessChatCommand(obj_ServerPlayer* plr, const char* cmd)
i think work.
Pretty much what poster said there is another way to do it though.
In fact, there are many ways, such as adding additional account. And so on.
thank Poster13 and FinalEnd
i complete