Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,215
» Latest member: willsonjames480
» Forum threads: 11,986
» Forum posts: 21,020

Full Statistics

Online Users
There are currently 713 online users.
» 1 Member(s) | 710 Guest(s)
Google, Yandex, Client rwzhsyxlhuhyxl

Latest Threads
Internal medicine. Colomb...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
7 minutes ago
» Replies: 0
» Views: 2
Zendaya. Ethical. Croatia...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
1 hour ago
» Replies: 0
» Views: 5
1xslots регистрацию проце...
Forum: General Support
Last Post: Travisboova
1 hour ago
» Replies: 0
» Views: 10
1xslots казино зеркало
Forum: General Support
Last Post: Travisboova
1 hour ago
» Replies: 0
» Views: 12
Phillips 66. Ceiling. Sil...
Forum: Downloads
Last Post: rwzhsyxlhuhyxl
2 hours ago
» Replies: 0
» Views: 11
Dinner Restaurant In DAVE...
Forum: General Support
Last Post: willsonjames480
2 hours ago
» Replies: 0
» Views: 16
1xslots актуальное зеркал...
Forum: General Support
Last Post: Travisboova
2 hours ago
» Replies: 0
» Views: 16
1xslots регистрация на 1х...
Forum: General Support
Last Post: Travisboova
3 hours ago
» Replies: 0
» Views: 15
x1 slots 1хслотс регистра...
Forum: General Support
Last Post: Travisboova
3 hours ago
» Replies: 0
» Views: 17
tigerexchange
Forum: General Support
Last Post: alisonn
3 hours ago
» Replies: 0
» Views: 14

 
  [BR]John_Magdy
Posted by: JohnTurbo - 12-18-2016, 11:12 AM - Forum: Self Introduction - Replies (7)

Hello all, well i have created this topic to introduce myself for you all .
my realname is John Magdy Lotfy iam 14 years old boy (my brithday is on 16/9 <3) and i live at Africa-Egypt-Alexandria and i have started my gaming life since nearly 7 Years and i have started my Scripting life since 3 years with a small COD3 Gamemode.... and iam intersted on PHP/HTML/CSS/PAWN but iam a begginer on PHP but we all was begginers on the start.... but we are trying out best to go up with the knowledge Big Grin and iam the founder of BrownTurbo Gaming  and iam intersted on watching Carton like Spongebob and Mickey mouse and snowhite...... or what ever and iam intersted on Web Designing and trying to find someone who may teach me C# scripting :Big Grin

thanks for your Quite Listening <3

-Regards

Print this item

  Like our Facebook page!
Posted by: Lancelot - 12-18-2016, 08:32 AM - Forum: Problems & Suggestions - No Replies

https://www.facebook.com/ElitesHost/

Like our Facebook page and stay in touch with us. By liking it you'll know all the most recent news regarding the company and the products!

Print this item

  William Sims Interduction
Posted by: Manman1232163 - 12-18-2016, 07:07 AM - Forum: Self Introduction - Replies (7)

My name is William Sims, atm i'm 14... I live in the UK... Since the age of 9-10 I've been playing GTA, Day in - Day out... Trying to get the end of the game...

At the age of 11-12, My brother introduced me to SA:MP ( San Andreas Multiplayer ) I've been owner on many server, i've owned my own servers... Like {(Night Bridge Roleplay)} {(Real Life Roleplay)}

Right now, When i heared the site was going down... I nearly shreded a tear but since I've been on my toes, trying to get a server again....  Exclamation This was half of my life Exclamation  ( Other topics are private )

Print this item

  Gta San Andreas!
Posted by: qendrim - 12-17-2016, 04:23 PM - Forum: Downloads - Replies (28)

Hello, welcome to Elites Hosting Newtworks everyone! Today i share the new system of Gta San Andreas! Feel free to pm me if wont work in your pc.

==== WARNING! =====
IF YOU GET AN ERROR FOR VORBISFILE.DLL MISSING THEN CLICK THIS!!!!
MediaFire: http://www.mediafire.com/file/3tiuoczojfl1bb4/vorbisFile.dll (Then download RAR file)

===== Download Link =====

GTA: SA: http://www.mediafire.com/file/ddrje46rcrad97t/GTA+-+San+Andreas.rar


Feel free to pm me if you want more help, or sms me in skype name: facebook:qendrim1998 , this is Skype name no fb :p

Print this item

  I am alterego
Posted by: alterego - 12-17-2016, 09:49 AM - Forum: Self Introduction - Replies (5)

My real name is: Earl(lastname will not be given out.)
I live in the Philippines, more likely on Cagayan de Oro City, Philippines. Any CDOC people out here?
I am 20 years old and was born on April 22(guess the year. Smile)
I like to script and create games. I like to make people enjoy what I do. Well games should be that way to be enjoyed. To get frustrated but still having fun and stuffs like that not to be bought and get disappointed. Well I'm not against selling games because it's a necessity but I hope people makes sure that there games are enjoyable enough. I like to get comments about people enjoying what I do and if they don't? Well I'd improve what I do or basically change everything that makes them hate the game or just remake the game itself until it's enjoyable, not satisfactory only, but really really enjoyable. So how about you? What are you on about?

Print this item

  How to keep your Server Memory low[Not my idea]
Posted by: alterego - 12-17-2016, 09:13 AM - Forum: Tutorials - Replies (13)

So people have asked question all over the internet about HAVING BIG MEMORY and that's a problem since it lags the players gaming experience and the more this memory gets bigger it gets lager and lager. 


So here are some easy simple tips you might have overlooked on your server.

Number 1:
Have you defined your #define MAX_(e.g MAX_PLAYERS, MAX_HOUSES, MAX_BUSINESSES to a realistic number?

Code:
#undef MAX_PLAYERS
#define MAX_PLAYERS 30 //Usually depends on your maximum server
On some research that I found and some experimenting that I did. I have tried defining and not defining the MAX_PLAYER and it gradually changed my memory usage and even .amx file size which is a problem. So I started to define MAX_PLAYERS on a hundred basis and it drastically changed my .amx and memory usage. So if you have a memory problem just define that MAX_PLAYERS and maybe that'll help your problem.
Number 2:
Keep you OnPlayerUpdate almost empty.
What do I mean?
Code:
public OnPlayerUpdate(playerid)
{
    if(playerTabbed[playerid] == 1)
    {
        playerTabbed[playerid] = 0;
        playerTabbedTime[playerid] = 0;
        if(GetPVarType(playerid, "tabbedVW") != 0) {
            SetPlayerVirtualWorld(playerid, GetPVarInt(playerid, "tabbedVW"));
            DeletePVar(playerid, "tabbedVW");
        }
    }
    playerSeconds[playerid] = gettime();
    if(GetPVarInt(playerid, "IsFrozen") == 1) TogglePlayerControllable(playerid, 0);

    new pCurWeap = GetPlayerWeapon(playerid);
   if(pCurWeap != pCurrentWeapon[playerid])
   {
       OnPlayerChangeWeapon(playerid, pCurWeap);
       pCurrentWeapon[playerid] = pCurWeap;
   }
    return 1;
}
that's what's inside my OnPlayerUpdate, since the cycle or what term do they use. Well in lay mans term the Cycle or loop the this public uses is pretty much in milliseconds or very fast. I will not indicate numbers since I really don't know how fast the cycle or loop goes but it makes your memory go up so high. Since it loads everything inside the OnPlayerUpdate in a millisecond cycle. Which is very dangerous for the memory. One thing is to keep that public empty or less occupied to lessen the load.
Number 3:
This is the best part.
people have told us about arrays and stuff. and do you understand what they're saying? No, mean either I'm no programmer at least but I know how to script by reading.
So arrays are simply a holder or such example is: 
Code:
string[128];

string holds 128 letters from your keyboard you go over that and string won't be able to read it. In lay mans explanation. A human being only have two hands. human[2]. If you get over that capacity of two human hands. A human will not be able to carry anymore because his two hands are used. Is that understandable?
Now let's get back to the array for memory usage.
Here are some codes. Try the difference between this two, compile them and see the difference.
Code:
new string[1024];
and
new string[128];
you will see a difference in the size of your .amx and the size of your memory but it might be small but small difference still make a difference.
So keep those arrays as small as possible and don't waste too much on it. If you need 20 letters then keep that 20 letters at bay. don't go higher than that coz it'll cost your server memory a burden.
Now if this have helped you on any occasion a thank you and a rep is only needed, and if you have more tips and tricks for the scripters out there then feel free to post them down there.
If you have any questions or violent reactions feel free to tell me, I might have said something wrong and edit it. I just want to help those who needs them.
Thanks for reading.

Print this item

Exclamation Information you have to remember
Posted by: Manman1232163 - 12-17-2016, 08:59 AM - Forum: Information & Guidelines - Replies (10)

Information you will have to remember for SAMP hostings...
1. You should never give out you're password - unless you haven't got trust issues like me... (( Fix for that is to request you're password to be changed ))
2. Inside you're server, you should a always be kind towards your staff members and also you're players (( Number 1 key is to be kind to you're player and make them sure that you have a friendly administrator team... ))
3. Never accept mean players... (( If you have a mean player, (( Roleplay wise )) and they came on to DM and PK without RP, Give them 3 warning, and if they carry on... Kick them... then ban ))

Remember - Never Give you're password away to strangers Smile    

Print this item

  [Gamemode]Linko Gaming RP Script !
Posted by: Renzkie - 12-17-2016, 07:37 AM - Forum: Releases/Scripts - Replies (25)

Linko Gaming Roleplay

Systems:

1.Register/Login system.

2.Tutorial and beginning system.

3.Dynamic doors system.

4.Business system.

5.Dynamic house System.

6.Weapon Restriction system.

7.Auto refund system.

8.All bugs has been fixed.

9.Advertisement system.

10.Anti DDos system.

11.Anti Cheat system.

12.Anti server advertisement system.

13.Anti S0biet system.

14.Press 'N' to enter DD/Biz/House etc...

15.Group/Faction system.

16.Family system.

Credits to:

  • Juann - Developer (skype:juann.john33@outlook.com)

  • Casper - Bug fixer and Mapper (skype: jack.jax2)
Factions/Groups:

  1. Los Santos Police Department (LSPD)


  2. Federal Bureau of Investigation (FBI)


  3. Los Santos Fire Medic Department (LSFMED)


  4. Judical System


  5. San Andreas Government


  6. San Andreas Service Department


  7. Hitman Agency


  8. San Andreas News (SANews)


  9. San Andreas National Guard (SANG)
NOTE:Factions/Groups can be edited.
Families/Gangs:
There's currently 18 avilable families slots, can be created IG - Family/Gang System.
Administrator Ranks:
Excutive Director - level:99999
Excutive Administrator - level: 99998
Lead Head Administrator - level: 1338
Head Administrator - level: 1337
Senior Administrator - level: 4
General Administrator - level: 3
Junior Administrator - level: 2
Server Moderator - level: 1

Hope you'll like it.

Download link: https://www.solidfiles.com/v/GDvB5wMM7DAxQ
Download link: http://www36.zippyshare.com/v/Y9TxlXD9/file.html


To make yourself Administrator use: /makemeadmin!
Credits goes to the owner .


Regards ,
Renzkie

+1 Rep if this Script HELPED you

Print this item

  How to Fix UNKNOWN Gamemode
Posted by: Renzkie - 12-17-2016, 07:24 AM - Forum: Tutorials - Replies (13)

Always Check Server.cfg and server.log.txt
Change the Plugins line in server.cfg if its uknown 
.so For linux Plugins .dll for Windows Plugins 
Linux Files must be like this 

echo Executing Server Config...

lanmode 0
rcon_password changedforisaac
maxplayers 32
port 7782
hostname Shallow Roleplay[Hiring] 
gamemode0 SRP 1
filterscripts Maping PlayerInteriors PlayerExteriors yom_buttons vactions Server 
announce 1
query 1
chatlogging 0
mapname San Andreas
weburl www.bloogaming.tk
plugins mysql.so whirlpool.so streamer.so sscanf.so nativechecker.so crashdetect.so
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]


For Windows Files Must be like this
echo Executing Server Config...

lanmode 0
rcon_password changedforisaac
maxplayers 32
port 7782
hostname Shallow Roleplay[Hiring] 
gamemode0 SRP 1
filterscripts Maping PlayerInteriors PlayerExteriors yom_buttons vactions Server 
announce 1
query 1
chatlogging 0
mapname San Andreas
weburl www.bloogaming.tk
plugins mysql.dll whirlpool.dll streamer.dll sscanf.dll nativechecker.dll crashdetect.dll
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]

IF this tutorial didn't work , try to change the gamemode0 line
gamemode0 [Put your Gamemode file name here that will be seen in gamemode folder]

+1 REP If this tut. helped you .


Dont forger to add my facebook account
www.facebook.com/cjfusilero6

Print this item

  Pawno's Introduction
Posted by: Pawno - 12-17-2016, 04:33 AM - Forum: Self Introduction - Replies (11)

Hello My name is Michael Sison and im new here in this community..

Print this item