15.04.2013, 09:50
pawn Код:
format(string, sizeof(string), "Here is %s 's IP: %s",pName, plrIP);
SendClientMessage(playerid, -1, string); //Suit to your color preference.
new Reason[30]; //Ofcourse you need to declare the 'Reason' variable.
if(sscanf(params, "uz", targetid, Reason)) return SendClientMessage(playerid,GREY, "USAGE: /getip <ID>");

