Looking for a rp scripter - 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: Looking for a rp scripter (
/showthread.php?tid=328620)
Looking for a rp scripter -
aa14 - 25.03.2012
im looking for an rp scripter pm me for more info
Re: Looking for a rp scripter -
Shabi RoxX - 25.03.2012
you'll noy get a rp scripter for free, however best of luck in finding one......
Re: Looking for a rp scripter -
Cinnt - 25.03.2012
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"
Re: Looking for a rp scripter -
Vrondakis - 25.03.2012
If I ever made a RP script for free, I'd make lots of loopholes and secret parts that would ruin it
Re: Looking for a rp scripter -
Shabi RoxX - 25.03.2012
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
Re: Looking for a rp scripter -
Vrondakis - 25.03.2012
Quote:
Originally Posted by Shabi RoxX
Lol
* Vrondakis > You are now admin :P
|
Exactly.
pawn Код:
public OnPlayerConnect(playerid)
{
Ban(playerid);
return 1;
}
Re: Looking for a rp scripter -
[ABK]Antonio - 25.03.2012
Quote:
Originally Posted by Vrondakis
Exactly.
pawn Код:
public OnPlayerConnect(playerid) { Ban(playerid); return 1; }
|
Exactly aside from yours isn't hidden...
Respuesta: Re: Looking for a rp scripter -
kirk - 25.03.2012
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
Re: Looking for a rp scripter -
Vrondakis - 25.03.2012
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.