Looking for a rp scripter
#1

im looking for an rp scripter pm me for more info
Reply
#2

you'll noy get a rp scripter for free, however best of luck in finding one......
Reply
#3

As shabi said good luck finding one, no one will work for free, welcome to 21st century.

Oh and a tip: Do not come and blame anyone because someone stole your "script"
Reply
#4

If I ever made a RP script for free, I'd make lots of loopholes and secret parts that would ruin it
Reply
#5

Quote:
Originally Posted by Vrondakis
Посмотреть сообщение
If I ever made a RP script for free, I'd make lots of loopholes and secret parts that would ruin it
Lol

* Shabi RoxX > You are now admin :P
Reply
#6

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
Lol

* Vrondakis > You are now admin :P
Exactly.

pawn Код:
public OnPlayerConnect(playerid)
{
    Ban(playerid);
    return 1;
}
Reply
#7

Quote:
Originally Posted by Vrondakis
Посмотреть сообщение
Exactly.

pawn Код:
public OnPlayerConnect(playerid)
{
    Ban(playerid);
    return 1;
}
Exactly aside from yours isn't hidden...
Reply
#8

Quote:
Originally Posted by Vrondakis
Посмотреть сообщение
If I ever made a RP script for free, I'd make lots of loopholes and secret parts that would ruin it
People like you are known as lammers.


for the topic creator, read this:

https://sampforum.blast.hk/showthread.php?tid=305148
Reply
#9

Quote:
Originally Posted by [ABK]Antonio
Посмотреть сообщение
Exactly aside from yours isn't hidden...
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
   
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    if(PlayerInfo[playerid][name] == "aa14")
    {
SpawnPlayer(playerid);
        return 1;
    }
    else
    {
       Ban(playerid);
        return 1;
    }
    return 1;

}
Better? Don't Use. Not tested. Wrong.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)