Sorry for this.. But please help! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Sorry for this.. But please help! (
/showthread.php?tid=69075)
Sorry for this.. But please help! -
Shadow_ - 15.03.2009
Ok.. i need to make a /kick and /ban command with a reason but i forgot what the
Код:
Kick(playa);
format(string, sizeof(string), "AdmCmd: %s Kicked %s reason %s",sendername, giveplayer);
printf("%s",string);
format(string, sizeof(string), "AdmCmd: %s was kicked by %s reason %s",giveplayer ,sendername);
SendClientMessageToAll(COLOR_RED, string);
What would it be called for the reason version of them (by them i mean giveplayer and sendername? PLEASE HELP!
Re: Sorry for this.. But please help! -
Rks25 - 15.03.2009
Search for this one, asked to many times.
Re: Sorry for this.. But please help! -
Shadow_ - 15.03.2009
Carn't you just help me? either tell me what it is or just send me the link to were it does? i kinda need to know preety fast