[URGENT] How to print to all rcon admins?
#2

Quote:
Originally Posted by Micko9
You know the SA-MP Rcon Console? well how to print to it? for (new i=500; i<MAX_RCON_ADMINS; i++) or what?
If you want to send a message without strings directly to the console:

pawn Код:
print("message");
If you want to send a message with strings directly to the console:

pawn Код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "Hi there, %s!", pName);
printf(string);
Reply


Messages In This Thread
[URGENT] How to print to all rcon admins? - by Micko9 - 11.06.2010, 22:20
Re: [URGENT] How to print to all rcon admins? - by (.Aztec); - 11.06.2010, 22:26
Re: [URGENT] How to print to all rcon admins? - by NiiRV4N4 - 11.06.2010, 22:34
Re: [URGENT] How to print to all rcon admins? - by (.Aztec); - 11.06.2010, 22:35
Re: [URGENT] How to print to all rcon admins? - by Jefff - 11.06.2010, 23:06
Re: [URGENT] How to print to all rcon admins? - by Micko9 - 12.06.2010, 12:14
Re: [URGENT] How to print to all rcon admins? - by DJDhan - 12.06.2010, 14:56
Re: [URGENT] How to print to all rcon admins? - by Micko9 - 17.06.2010, 09:14
Re: [URGENT] How to print to all rcon admins? - by Infinity - 17.06.2010, 09:27
Re: [URGENT] How to print to all rcon admins? - by Jay_ - 17.06.2010, 10:07

Forum Jump:


Users browsing this thread: 1 Guest(s)