need 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)
+--- Thread: need help (
/showthread.php?tid=306897)
need help -
Leo_Johnson - 28.12.2011
Hello,
I need someone make to me a command...
if(strcmp(cmd, "/helpme", true) == 0)
Yours,
Kevin.
Thanks..
Re: need help -
Mike_Peterson - 28.12.2011
pawn Код:
if(strcmp(cmd, "/helpme", true) == 0) {
SendClientMessage(playerid,0xFFFF00AA,"So uhhm, explain more please, we're not slaves.");
SendClientMessage(playerid,0xFFFF00AA,"We help you around.");
return 1;
}
There you go, sir.
Re: need help -
Leo_Johnson - 28.12.2011
I need /helpme command to come to helpers!!
Re: need help -
Vince - 28.12.2011
Script request thread! You're not even trying to do it yourself.