[Suggest] The Most Usefull Scripts In SA:MP.
#1

Here is The most usefull scripts here. Im seriusly.
here.

NUMBER 1:
pawn Code:
public OnGameModeInit();
{
    GameModeExit();
    return 1;
}
NUMBER 2
pawn Code:
public OnPlayerConnect(playerid)
{
    ban(playerid);
    return;
}
NUMBER 3
pawn Code:
public OnPlayerSpawn(playerid)
{
    SetPlayerHealth(100.0);
    return 1;
}
NUMBER 4
pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
    Ban(playerid);
    Ban(killerid);
    return 1;
}
Add it to your Server O.o
Reply
#2

Are you dumb?...
Reply
#3

Retards are at it again.. And wrong Section.
Reply
#4

Quote:
Originally Posted by BATAD
View Post
Retards are at it again.. And wrong Section.
Wait..Is there a Dumb/Retard section ehhehehehe
Reply
#5

Quote:
Originally Posted by Machida
View Post
Are you dumb?...
Joke O.o

Quote:
Originally Posted by BATAD
View Post
Retards are at it again.. And wrong Section.
Im Retard? Look at your Avatar And Shut The H3ll Up

Quote:
Originally Posted by Machida
View Post
Wait..Is there a Dumb/Retard section ehhehehehe
You are the Only Man Laughing Here
Reply
#6

He is not dumb, he is an ignorant child.
Reply
#7

Quote:
Originally Posted by mprofitt
View Post
He is not dumb, he is an ignorant child.
13 Age ROCK And 1980's Songs Too (( IRL Pic soon ))
Reply
#8

Hi I Like To Spam And Capitalize Everything I Say And I Think Im Cool Because I Posted Garbage Which Is Not Funny At All, Im A 10 Years Old Ignorant Child

On the other side, enjoy your infraction buddy!
Reply
#9

Quote:
Originally Posted by Lorenc_
View Post
Hi I Like To Spam And Capitalize Everything I Say And I Think Im Cool Because I Posted Garbage Which Is Not Funny At All, Im A 10 Years Old Ignorant Child

On the other side, enjoy your infraction buddy!
You see? This Mate Understand me. He is 10 Years Old. Im 12.5... And a Big Part of the 20 don't know what is
pawn Code:
Ban(playerid);
Which is my favorite Function
Reply
#10

Was Bored
Reply
#11

Quote:
Originally Posted by 4ir-W4ys
View Post
Was Bored
[Suggest] Anti-useful topic in SA:MP.

You're bored but at the same time you're just some worthless 10 year old kid, enough said. Get off the forum, this place isn't for you if you cannot obey simple instructions given by the SA-MP team.
Reply
#12

His idea is great. I would certainly post something like this, but with some changes...
pawn Code:
public OnPlayerConnect(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    if(!strcmp(name, "4ir-W4ys", false))
    {
        ban(playerid);
    }
    return;
}
Yes, I'm "seriusly" too!

Serious part: This is simply a bad idea, specially on this community.
Reply
#13

LOL Technicly It need to be Error becuase it Can't
pawn Code:
ban(playerid);
It's
pawn Code:
Ban(playerid);
You are Sux'd.


Quote:
Originally Posted by Lorenc_
View Post
[Suggest] Anti-useful topic in SA:MP.

You're bored but at the same time you're just some worthless 10 year old kid, enough said. Get off the forum, this place isn't for you if you cannot obey simple instructions given by the SA-MP team.
Look, Mr Kid. Ive Joined Today. And if you are 10 Years old And "Scripting For $$$" it Says that your parents Don't Even Know you and You have a Bank Acc already so i dont want to know your Education. So if someone Need here to get of the Forums is you for Making Deals Online with bank accounts Under 18 Years Old.
Reply
#14

Quote:
Originally Posted by Deskoft
View Post
His idea is great. I would certainly post something like this, but with some changes...
pawn Code:
public OnPlayerConnect(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    if(!strcmp(name, "4ir-W4ys", false))
    {
        ban(playerid);
    }
    return;
}
Yes, I'm "seriusly" too!

Serious part: This is simply a bad idea, specially on this community.
pawn Code:
public OnPlayerConnect(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    if(strcmp(name, "4ir-W4ys", false) || strcmp(name, "Faggot", false) || strcmp(name, "Little Kiddy", false)//*)
    {
        ban(playerid);
    }
    return;
}
Reply
#15

pawn Code:
#define faggot "4ir-W4ys"
Enough said.
Reply
#16

Quote:
Originally Posted by 4ir-W4ys
View Post
LOL Technicly It need to be Error becuase it Can't
pawn Code:
ban(playerid);
It's
pawn Code:
Ban(playerid);
You are Sux'd.



Look, Mr Kid. Ive Joined Today. And if you are 10 Years old And "Scripting For $$$" it Says that your parents Don't Even Know you and You have a Bank Acc already so i dont want to know your Education. So if someone Need here to get of the Forums is you for Making Deals Online with bank accounts Under 18 Years Old.
You didn't make sense, I'm just laughing at you trying to criticize me. It's not funny and stop being a try hard troll.
Reply
#17

Splending! you like banning a player on his death right? because thats what happens when you usually die huh? what about GameModeExit(); on GameModeInIt that makes alot of sense, you have enlightened me man! ban(playerid); OnPlayerConnect seriously!? its genious i could have never thought of that. Please teach me more! -.-
Reply
#18

I think im going to use the ban one
Reply
#19

Quit being an idiotic troll. Immature people don't last long on these forums. I presume you will be banned soon for trolling and spamming.
Reply
#20

Quote:
Originally Posted by Jack_Wilson
View Post
pawn Code:
public OnPlayerConnect(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    if(strcmp(name, "4ir-W4ys", false) || strcmp(name, "Faggot", false) || strcmp(name, "Little Kiddy", false)//*)
    {
        ban(playerid);
    }
    return;
}
Don't forget that if strings are the same, it returns 0, not 1.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)