hi , im having a problem with executing server comands . i want this part of my code to execute a lsit of settings and server commands on my server , but its not working or doing anything . I looked in the amxmodx doc , but it doesnt show the right way to use it . so heres what that part of my script looks like
Code:
server_cmd("humans_join_team" , "any");
server_cmd("mp_autoteambalance" , "1");
server_cmd("mp_limitteams" , "1");
server_cmd("mp_c4tmer" , "45");
server_cmd("mp_freezetime" , "6");
server_cmd("mp_friendlyfire" , "1");
server_cmd("mp_tkpunish" , "1");
server_cmd("sv_alltalk" , "0");
server_cmd("sv_gravity" , "800");
server_cmd("amx_awppv" , "0");
server_cmd("DF_hook_on" , "0");
so can someone tell me how im using them wrong? thank you