17.03.2011, 21:15
Okay, and a VERY last question, haha I feel really dumb. I know it could be found somewhere in the many tutorials but it's really simple, for you. Heh :/
Basically, would it work if I'd do:
Something like that... like... yeah... to "save" or "set" the guy who types the command, and then what is the first word after the command, or the second, you get me I think
Basically, would it work if I'd do:
Код:
new admindude = GetPlayerName(playerid); new muteddude = GetPlayerName(params); // Params being the "/mute Playername" (playername) SendClientMessageToAdmins(RED, "%s has muted %d", admindude, muteddude);