19.07.2009, 19:51
You have to use GetVarAsString so you can get info from the server.cfg
Something like this should work:
Something like this should work:
pawn Code:
new RconPass[50];
GetServerVarAsString("rcon_password", RconPass, sizeof(RconPass));