SA-MP Forums Archive
What now? - 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: What now? (/showthread.php?tid=323740)



What now? - BigGroter - 06.03.2012

I finished the wiki tutorial, about making a basic team deathmatch. But what do I do next? Is there any "series" of tutorials that teaches me a lot of stuff? haha. All I really know now is like, how to add classes and send messages lol.


Re: What now? - rangerxxll - 06.03.2012

Since you're a beginner, I reckon you only start with two teams. You'd want to define them before you really do anything. Example below.
pawn Код:
#define TEAM_GROVES 0
#define TEAM_BALLAS 1
I'm willing to teach/show you... if you're interested, just send me a forum pm.


Re: What now? - Soldier9221 - 06.03.2012

Send messages:

SendClientMessage(playerid,colorhere,"Message here!");
or
SendClientMessageToAll(colorhere,"Message here!");