SendRconCommand is not working
i tried this:
else if (strcmp(cmd, "!icon", true) == 0) {
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
SendRconCommand("set 16 14 %f %f %f",x,y,z);
SendClientMessage(playerid,COLOR_TEXT,"icon has been added!");
return 1;
}
Create icon? On radar or what :p?
yes on radar