Hello all, I made native of JailBreak mode (by Pastout), but I have little error and I don't know solve it.
Code:
public jbm_get_admin_mod(bool:iMod)
{
new box, snowball, gungame;
switch(iMod)
{
case box: return g_bBoxMatch;
case snowball: return g_bSnowballWar;
case gungame: return g_bGunGame;
}
return 0;
}