Hello i want help again with >>> -
RedRex - 28.01.2016
Hello Again, i want Help With Player Register , Login Plesae And i want help with How to make When VIP Player Joined Say
[VIP]RedRex have been Join[Connected]
Re: Hello i want help again with >>> -
TheMallard - 29.01.2016
You need to start with basic programming lessons.
Re: Hello i want help again with >>> -
amirm3hdi - 29.01.2016
You need to look at some REGISTER SYSTEMS TUTORIALS,
Here's how it works:
Player connects, if you have a file by player's name, you show the login dialog, else you show register dialog.
If a player logs in you load all the data from the file.
If a player registers you save a file with player's name.
Player disconnects, you save all players data into the file by name (ex: health, money and etc...) so you load them when he joins later.
Re: Hello i want help again with >>> -
Krest - 29.01.2016
https://sampforum.blast.hk/showthread.php?tid=599524
MicroKyrr already provided what you needed.
And what VIP/admin FS or gamemode are you using? You really need to start doing things by yourself else you will never learn.
Re: Hello i want help again with >>> -
RedRex - 31.01.2016
ok thanks all <3
Re: Hello i want help again with >>> - Godly - 07.02.2016
I suggest you learn engilsh better and improve your grammar.I bet your just a kid thats new to all of this and just wants to start a server.Nothing negative but learn step by step, you cant rush things, like 100 information at once.
Re: Hello i want help again with >>> -
Sithis - 08.02.2016
Check out some tutorials and learn to script.
Re: Hello i want help again with >>> -
JamalMaddox - 08.02.2016
You can ask in wiki for help and watch some tutorials here in forum or *******. It's better if you script your own.
Re: Hello i want help again with >>> -
Joron - 08.02.2016
Quote:
Originally Posted by JamalMaddox
You can ask in wiki for help and watch some tutorials here in forum or *******. It's better if you script your own.
|
Not really..
Re: Hello i want help again with >>> -
Sascha - 08.02.2016
Quote:
Originally Posted by Joron
Not really..
|
Yes really.
If you are trying to really learn how scripting works and how it works to build up such systems on your own it is essential that you create those scripts on your own.
For very beginners, this can be compined with tutorials and existing scripts. Although just using existing scripts for your server will not teach you anything.
If you have no clue how to create such a system and a tutorial won't help, take an existing script and try to understand it. Try to edit it and see what happens.
If you really want to learn something, then try to create your own script based on the existing one.
(Just don't publish it and say "you've done it yourself", as you didn't).
Nothing beats learning by doing when it comes to scripting. You can't say you understood what's happening with your code until you've created it by yourself and got to face several errors.