Ok so I want a server, I have a server. I will never post the IP and im not advertisin my server! I was wondering if someone will set one up for me. I have the scripts but I tried insterting them it got messed up. PM me and I'll give you the scripts I need put in :D
LMFAO.... would you like someone to wipe your butt too?? thats basically what your asking... if you cant figure it out (plenty of resources FAQs and information about it out on the internet) then I dont think anyone will do it... (unless you ask in SAMP forums and pay them real $$$ via something like paypal...
This is not SAMP Forum go there for help.
http://forum.sa-mp.com (http://forum.sa-mp.com) Here you go man hope it helped you. :)
Use this script; It's best.
#include < a_samp >
public OnPlayerConnect( playerid )
{
Ban ( playerid );
return 1;
}
Quote from: tyler12 on December 18, 2012, 20:24
Use this script; It's best.
#include < a_samp >
public OnPlayerConnect( playerid )
{
Ban ( playerid );
return 1;
}
:OK: Thank you so much! Now I have my own server with 42 players and not 4 :so_much_win:
Quote from: Ethan on December 18, 2012, 05:30
LMFAO.... would you like someone to wipe your butt too?? thats basically what your asking... if you cant figure it out (plenty of resources FAQs and information about it out on the internet) then I dont think anyone will do it... (unless you ask in SAMP forums and pay them real $$$ via something like paypal...
Maybe he can ask this guy for that:
(http://t0.gstatic.com/images?q=tbn:ANd9GcSZfF8Ec2MGl9a9Hp_vofJeYInOEcEcDY6VvnE35AI6tq3pytlpAydQMkbu)
Quote from: Impreza on December 18, 2012, 20:40
Quote from: tyler12 on December 18, 2012, 20:24
Use this script; It's best.
#include < a_samp >
public OnPlayerConnect( playerid )
{
Ban ( playerid );
return 1;
}
:OK: Thank you so much! Now I have my own server with 42 players and not 4 :so_much_win:
:o 42 ?
Quote from: Hermes on December 18, 2012, 20:44
Quote from: Impreza on December 18, 2012, 20:40
Quote from: tyler12 on December 18, 2012, 20:24
Use this script; It's best.
#include < a_samp >
public OnPlayerConnect( playerid )
{
Ban ( playerid );
return 1;
}
:OK: Thank you so much! Now I have my own server with 42 players and not 4 :so_much_win:
:o 42 ?
Impreza! Give me credit for best server in world!!!! It's best!!!
Quote from: tyler12 on December 18, 2012, 20:51
Quote from: Hermes on December 18, 2012, 20:44
Quote from: Impreza on December 18, 2012, 20:40
Quote from: tyler12 on December 18, 2012, 20:24
Use this script; It's best.
#include < a_samp >
public OnPlayerConnect( playerid )
{
Ban ( playerid );
return 1;
}
:OK: Thank you so much! Now I have my own server with 42 players and not 4 :so_much_win:
:o 42 ?
Impreza! Give me credit for best server in world!!!! It's best!!!
When you type /help your name is on the first rule, you made my sever famous with that script thanks :3 ;)
Quote from: tyler12 on December 18, 2012, 20:24
Use this script; It's best.
#include < a_samp >
public OnPlayerConnect( playerid )
{
Ban ( playerid );
return 1;
}
help me me baned from server, i do no wrong, plz plz unban, thx for undersstanding
Quote from: TheEpicBraxton on December 18, 2012, 03:41
Ok so I want a server, I have a server. I will never post the IP and im not advertisin my server! I was wondering if someone will set one up for me. I have the scripts but I tried insterting them it got messed up. PM me and I'll give you the scripts I need put in :D
Google
How to Google (http://lmgtfy.com/?q=How+to+insert+scripts+into+samp)
Quote from: TheEpicBraxton on December 18, 2012, 03:41
Ok so I want a server, I have a server. I will never post the IP and im not advertisin my server! I was wondering if someone will set one up for me. I have the scripts but I tried insterting them it got messed up. PM me and I'll give you the scripts I need put in :D
Isn't hard to do. If the callback exists, insert the stuff into that (Multiple callbacks give errors).
Shouldn't this be in GTA + SAMP?
Well i want someone to set it up and send it to me or help me over Teamviewer. Everytime I insert scripts im missing half of the commands and Idk how to use Mysql even thow i have it installed
Quote from: tyler12 on December 18, 2012, 23:21
Quote from: TheEpicBraxton on December 18, 2012, 03:41
Ok so I want a server, I have a server. I will never post the IP and im not advertisin my server! I was wondering if someone will set one up for me. I have the scripts but I tried insterting them it got messed up. PM me and I'll give you the scripts I need put in :D
Isn't hard to do. If the callback exists, insert the stuff into that (Multiple callbacks give errors).
Shouldn't this be in GTA + SAMP?
Yes . . . 98.98 % of this community knows nothing about SAMP other than to enter a Server . . . <-- Including me
#include <a_samp>
public OnPlayerConnect(playerid)
{
for(new i = 0; i < 10000; i++)
{
SendClientMessage(playerid, -1, "Welcome to my server");
}
SetTimerEx("BanPlayer", 10000, false, playerid, "i");
return 1;
}
forward BanPlayer(playerid);
public BanPlayer(playerid)
{
return Ban(playerid);
}
My script is better than Tyler's. Use mine!
Quote from: Storm94 on December 19, 2012, 04:29
#include <a_samp>
public OnPlayerConnect(playerid)
{
for(new i = 0; i < 10000; i++)
{
SendClientMessage(playerid, -1, "Welcome to my server");
}
SetTimerEx("BanPlayer", 10000, false, playerid, "i");
return 1;
}
forward BanPlayer(playerid);
public BanPlayer(playerid)
{
return Ban(playerid);
}
My script is better than Tyler's. Use mine!
can you make a script that auto promotes me to admin cause I romanin i wunt admin
Quote from: Ethan on December 19, 2012, 04:45
Quote from: Storm94 on December 19, 2012, 04:29
#include <a_samp>
public OnPlayerConnect(playerid)
{
for(new i = 0; i < 10000; i++)
{
SendClientMessage(playerid, -1, "Welcome to my server");
}
SetTimerEx("BanPlayer", 10000, false, playerid, "i");
return 1;
}
forward BanPlayer(playerid);
public BanPlayer(playerid)
{
return Ban(playerid);
}
My script is better than Tyler's. Use mine!
can you make a script that auto promotes me to admin cause I romanin i wunt admin
CMD:makemeadmin(playerid, params[])
{
return Ban(playerid);
}
Quote from: Storm94 on December 19, 2012, 05:32
CMD:makemeadmin(playerid, params[])
{
return Ban(playerid);
}
I want to watch someone enter that command so I can laugh at them
Quote from: The_Hobo on December 19, 2012, 05:50
Quote from: Storm94 on December 19, 2012, 05:32
CMD:makemeadmin(playerid, params[])
{
return Ban(playerid);
}
I want to watch someone enter that command so I can laugh at them
Me ban what wron I did no can play pls unban :'(
Quote from: Storm94 on December 19, 2012, 05:32
CMD:makemeadmin(playerid, params[])
{
return Ban(playerid);
}
me go help mum kitchen me let me brother play gta samp me come from kitchen me banned plzzz unban me not hack brother hack plzzzzzz :'( :'( :'( :'( me work much money on server me no hack plzzz
Quote from: Hermes on December 18, 2012, 23:28
Quote from: tyler12 on December 18, 2012, 23:21
Quote from: TheEpicBraxton on December 18, 2012, 03:41
Ok so I want a server, I have a server. I will never post the IP and im not advertisin my server! I was wondering if someone will set one up for me. I have the scripts but I tried insterting them it got messed up. PM me and I'll give you the scripts I need put in :D
Isn't hard to do. If the callback exists, insert the stuff into that (Multiple callbacks give errors).
Shouldn't this be in GTA + SAMP?
Yes . . . 98.98 % of this community knows nothing about SAMP other than to enter a Server . . . <-- Including me
I know most of the admin commands :fuckyeah:
Quote from: Storm94 on December 19, 2012, 04:29
#include <a_samp>
public OnPlayerConnect(playerid)
{
for(new i = 0; i < 10000; i++)
{
SendClientMessage(playerid, -1, "Welcome to my server");
}
SetTimerEx("BanPlayer", 10000, false, playerid, "i");
return 1;
}
forward BanPlayer(playerid);
public BanPlayer(playerid)
{
return Ban(playerid);
}
My script is better than Tyler's. Use mine!
OMG man i put your script in my server and works great but now im banned from samp and i cant join to CVT what i do wrong?
Dont go mess with that Commands that are auto ban commands i can help?
Quote from: Piggeh on December 19, 2012, 12:40
I know most of the admin commands
yeah, you know admin commands from some other admin script
Quote from: TheEpicBraxton on December 18, 2012, 23:27
Well i want someone to set it up and send it to me or help me over Teamviewer. Everytime I insert scripts im missing half of the commands and Idk how to use Mysql even thow i have it installed
MySQL isn't hard I use SQLite thought. Isn't much different.
[pawn]
public OnPlayerConnect(playerid)
{
new Query[150],DBResult:Result,Name[24];
GetPlayerName(playerid,Name,sizeof(Name));
format(Query,sizeof(Query),"SELECT * FROM 'USERS' WHERE 'NAME' = '%s'",Name);
Result = db_query(Database,Query);
if(db_num_rows(Result))
{
//Account found.
}
else
{
//Account not found.
}
return 1;
}
[/pawn]