09.01.2011, 16:20
Yeah that was completely wrong. :P Sorry about that.
Anyways, I was trying to get this work and I made something like this:
Should work perfectly!
Anyways, I was trying to get this work and I made something like this:
pawn Код:
{
new string[24];
format(string, sizeof(string), "mapname %s",inputtext);
SendRconCommand(string);
SendClientMessage(playerid, 0xFFFFFFFF, string);// Just to see if it works.
}