10.07.2018, 06:37
Excuse me guys how can i do to make a cmd works without being admin /rcon login ? i mean how can i edit the cmd to just if i am admin lvl 2 you can use it no need to be logged in to rcon. thanks in advance
enum pInfo
{
pPass,
pCash,
pSkin,
pLevel,
pInt,
pVW,
pAdmin,
pSecKey,
pKills,
pDeaths,
Float:pFacingAngle,
Float:pHealth,
Float:pArmour,
Float:pLastX,
Float:pLastY,
Float:pLastZ
}
new PlayerInfo[MAX_PLAYERS][pInfo];