SA-MP Beginner Tutorials
#1

[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.
Reply
#2

There is already a topic like this.
Reply
#3

[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!
Reply
#4

SA-MP Nickname:Gravity4501
Problem:How to password/register
What you need help with:How to password/register
Reply
#5

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.
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)