/makehelper and /helpme - 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: /makehelper and /helpme (
/showthread.php?tid=279902)
/makehelper and /helpme -
Jordan69 - 29.08.2011
Hi, I've been looking for those commands everywhere for my RP server.
If someone has them, please post them here and where to place them.
Also, do I need to just add the code or make something else,
thanks in advance.
Re: /makehelper and /helpme -
=WoR=G4M3Ov3r - 29.08.2011
I have the codes, but i can't give them to you, you would need defines and stuff for enum pInfo, Request it Scripted, by the topic Request Script
Re: /makehelper and /helpme -
Jordan69 - 29.08.2011
Quote:
Originally Posted by G4M3Ov3r
I have the codes, but i can't give them to you, you would need defines and stuff for enum pInfo, Request it Scripted, by the topic Request Script
|
Urg, thanks anyways man.
Re: /makehelper and /helpme -
Kingunit - 29.08.2011
pawn Код:
CMD:helpme(playerid, params[])
{
SendClientMessage(playerid,COLOR_WHITE, "Empty");
SendClientMessage(playerid,COLOR_WHITE, "Empty");
SendClientMessage(playerid,COLOR_WHITE, "Empty");
return 1;
}
Here you go.