Hello Guys..
any one has a Registration Script that can only registered on User CP or on the Main Site??
Thanks Happy NEw YEAR!!
Hello Guys..
any one has a Registration Script that can only registered on User CP or on the Main Site??
Thanks Happy NEw YEAR!!
-most scripts have ingame registry
-if you don't have ingame registry then it will probably work with mysql.. (or there is no registry xD) and most databases are built for a particular gamemode so to find 1 script that does the trick..
if you want registration with a webpage please make sure you use mysql, and then find a web coder that knows some php
greetz, i hope you have a happy new year
Last edited by bramdebouvere; 16-05-11 at 03:30 AM.
can some tell me how to make my Database on SQL? instead of the scriptfiles folder? its a RolePlay Game Mode.. i have a little familiarity about SQL.. but ofcourse i still need a guide..
thanks
and also a script for Website registration... ^_^
sorry for double post. pls delete if needed
Last edited by Junkers; 03-08-09 at 03:15 PM.
you have to edit your gamemode and use the sa-mp mysql plugin .. i won't explain it because i have never done it before so yeh... i don't know a lot about it..
Can't Anyone Just Help Me With My Thread:
"Cannot Connect To My Local Server"
Well, this of course would depend on the script you've developed, or downloaded. If I were you, I would only attempt such thing if:
You can download a UCP & Script pre-packaged (:|)
You have brief PHP/MySQL interface programming knowledge and C++ for Pawno scripting.
If you lack either of these benefits, I would give it a miss, or get revising! ;)
- Lee
Edit: Uh oh, mega bump. Delete if you wish.
C++ is not needed for SAMP.
He needs to have mysql as a plugin on the server side,and add it in his pawno script.
PHP knowledge isnt needed since he can find an UCP(neither is mysql except of knowledge on how to create DB'S) on forum.sa-mp.com
Uh. Yeah, what others have said is true. Converting GM to SQL is a hassle.
If you want to use that GM for sure then I would suggest just not to worry about that for now. Just develop smaller things until you find yourself confident that you can use SQL plugin.
Still, even if you have the logics, trust me, there will be some stupid mistakes, as this task is fucking monotonus and you probably end up banging your head against table to find them (mistakes).
Also you would have to then convert your INI DB to SQL one... it can be done with PAWN, but.. that's a whole other story.
What I recommend you to do is - Get a GM with SQL already in it. Most of the later GMs that are made by people who actually know what they are doing have SQL in them. I also recommend looking GMs that have zCmd or similar. It will save your brain cells if you're serious about your server.
About UCP - once you have GM with SQL DB, all you need is a PHP script that alters SQL DB. There are A LOT of tutorials on that. But you also have pre-made UCPs on official SA-MP forum, or possibly right here on RZ. (I'm new, haven't checked everything..)
Even if UCP hasn't been made specifically for your GM, all GMs use SQL in pretty much the same fashion. Only thing you might need to change is the table names, or maybe remove/add some tables, and if passwords are encrypted and in what fashion.
You dont have to have a MYSQL gamemode to have a UCP.
You stated that you don't have to have SQL to have UCP. I asked if you could give an example of how else it can be done.
I mean.. you could make it so your PHP and PAWN script could read and edit the same INI or Text files or something.. But that would be just too complex to be worth it.
SQL = Faster, simpler way (thanks to the plugins already available).