Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Hi, I am wanting to make an addition to my register system so when a player registers, he is also registering on the forum, my forum is using SMF. I have looked at C:SMF but has no joy because it uses an older version of SMF. If anyone could help me, i'd be seriously grateful! Thanks, Luis.
Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
Figure out how SMF stores its user information, then find some way to tap into that, either by having the http part of SA-MP call a php script with a password and username, or have it use a MySQL plugin to directly insert that information to the database. I haven't had experience with SMF before but i believe that one of those solutions should work.