SA-MP Beginner Tutorials -
Camacorn - 09.11.2009
[b]
About This Tutorial:
I am making this tutorial to help all the new "Beginner" scripters!
When i was new at it, i was looking for help to no avail, so now that i am good at it, i want to give the people that were in my shoes the help they are looking for!
What I Can Help With:
1) Using Pawno.
2) Mapping.
3) Making Gamemodes.
4) Making Filterscripts.
5) Scripting All Together.
How Do I Get Help?
Simple, fillout this short form, and i will make a tutorial or go step-by-step with you on how to do it:
Код:
SA-MP Nickname:
Problem:
What you need help with:
[b]
Thank you for taking the time to view this topic, and if you need help i will be glad to give you it.
Re: SA-MP Beginner Tutorials -
retart441 - 09.11.2009
There is already a topic like this.
Re: SA-MP Beginner Tutorials -
Camacorn - 12.11.2009
[b]
Want To Make Server Entry Messages The Easy Way?
Well Ill Show You How, Its As Simple As 1..2..3:
1) Open Pawno.
2) Start A 'New' Script.
3) Enter The Following:
Код:
#include <a_samp>
#define COLOR_DARKBLUE 0x0000D0FF
#define COLOR_WHITE 0xFFFFFFFF
#define COLOR_LIGHTBLUE 0xBBFFFFFF
#define COLOR_BLACK 0x000000FF
#define COLOR_RED 0xAA3333AA
main()
{
}
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,COLOR_RED, "MESSAGE 1 HERE");
SendClientMessage(playerid,COLOR_LIGHTBLUE, "MESSAGE 2 HERE");
SendClientMessage(playerid,COLOR_WHITE, "MESSAGE 3 HERE");
return 1;
}
[b]Also, To Add Even More Messages Then The Above Code-/\ Do This:
Код:
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,COLOR_RED, "MESSAGE 1 HERE");
SendClientMessage(playerid,COLOR_LIGHTBLUE, "MESSAGE 2 HERE");
SendClientMessage(playerid,COLOR_WHITE, "MESSAGE 3 HERE"); <---- COPY AND PASTE THIS IN AN NEW LINE!
[b]Hope Ive Helped Someone! Enjoy!
Re: SA-MP Beginner Tutorials -
Gravity4501 - 01.01.2012
SA-MP Nickname:Gravity4501
Problem:How to password/register
What you need help with:How to password/register
Re: SA-MP Beginner Tutorials -
Max_Coldheart - 01.01.2012
Quote:
Originally Posted by Camacorn
[b]
Want To Make Server Entry Messages The Easy Way?
Well Ill Show You How, Its As Simple As 1..2..3:
1) Open Pawno.
2) Start A 'New' Script.
3) Enter The Following:
Код:
#include <a_samp>
#define COLOR_DARKBLUE 0x0000D0FF
#define COLOR_WHITE 0xFFFFFFFF
#define COLOR_LIGHTBLUE 0xBBFFFFFF
#define COLOR_BLACK 0x000000FF
#define COLOR_RED 0xAA3333AA
main()
{
}
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,COLOR_RED, "MESSAGE 1 HERE");
SendClientMessage(playerid,COLOR_LIGHTBLUE, "MESSAGE 2 HERE");
SendClientMessage(playerid,COLOR_WHITE, "MESSAGE 3 HERE");
return 1;
}
[b]Also, To Add Even More Messages Then The Above Code-/\ Do This:
Код:
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,COLOR_RED, "MESSAGE 1 HERE");
SendClientMessage(playerid,COLOR_LIGHTBLUE, "MESSAGE 2 HERE");
SendClientMessage(playerid,COLOR_WHITE, "MESSAGE 3 HERE"); <---- COPY AND PASTE THIS IN AN NEW LINE!
[b]Hope Ive Helped Someone! Enjoy!
|
Tutorial...? You explain nothing.
Re: SA-MP Beginner Tutorials -
korzk7 - 11.07.2012
SA-MP Nickname:korzk7
Problem:how to Make Bomber plane with Bomb Object
What you need help with:How to Make Explotion If Bomb Object Touch Ground