20.01.2012, 10:38
You have to use the "u" parameter, which lets to send the message to other players. So the parameters would look like:
EDIT: So the playerid would be the player who uses the command, and the playeridornamehere would be the player which you want to do something with.
pawn Код:
new playeridornamehere;
if(!sscanf(params, "uis[128]", playeridornamehere, pnumber, text))