04.05.2013, 15:29
Is there anyway to Extract playerid from the inputtext like
this message will be sent to the admin name he placed in the dialog input
pawn Код:
new preport[128];
format(preport, sizeof(preport), "[PRIVATE-REPORT]%s would like to talk to you", GetPlayerNameEx(playerid));
SendClientMessage(inputtext, COLOR_REPORT, string);