Register Problem
#1

Hey when i register to my Gamemode , my gta san andreas will crash like i'm using many mods, but when i log in a registered account it's not crashing .. any solution?
Reply
#2

Post The Code Plz
Reply
#3

Quote:
Originally Posted by AnnaSB
Посмотреть сообщение
Post The Code Plz
This code is when a player is new he/she has pTut == 0 he will recieve this message, but when i enter a password and register i will not take to this Dialog it will load about 1-2 seconds and it will crash even i don't have any kind of Mods, and if the player is already registered no crashing problem
Код:
SetPlayerSpawn(playerid)
{
                if(PlayerInfo[playerid][pTut] == 0)
		{
			gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
			TogglePlayerControllable(playerid,0);
			SetPlayerColor(playerid,TEAM_HIT_COLOR);
			SetPlayerVirtualWorld(playerid, 0);
			SetPlayerInterior(playerid, 0);
			Streamer_UpdateEx(playerid,1761.0281, -1846.6010, 13.2184);
			SetPlayerPos(playerid,-2150.0972,1901.4792,555.4389);
			SetPlayerCameraPos(playerid, 1761.0281, -1846.6010, 13.2184);
			SetPlayerCameraLookAt(playerid, 1760.3217, -1847.3002, 13.1983);

   			RegistrationStep[playerid] = 1;
   			ShowPlayerDialog(playerid, REGISTERSEX, DIALOG_STYLE_LIST, "{33CCFF}Is your character male or female? - www.samp-sgrp.enjin.com", "Male\nFemale", "Submit", "");
			return 1;
		}
Reply
#4

You are probably trying to save their data into a wrong or non-existing directory.
Reply
#5

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
You are probably trying to save their data into a wrong or non-existing directory.
What do you mean?? can you make it more specific?
Reply
#6

Do you have a mysql.pwn?
Reply
#7

Are you using an Administration Filterscipt? Like LuxAdmin, JakAdmin, Melladmin or something like it?
Reply
#8

Quote:
Originally Posted by kevin1990
Посмотреть сообщение
Do you have a mysql.pwn?
i got mysql.dll and mysql.so not .pwn
Reply
#9

Quote:
Originally Posted by SecretBoss
Посмотреть сообщение
Are you using an Administration Filterscipt? Like LuxAdmin, JakAdmin, Melladmin or something like it?
Gamemode has its Admin System , Server just got 2 FS such as Animations and Maps
Reply
#10

Quote:
Originally Posted by lwilson
Посмотреть сообщение
i got mysql.dll and mysql.so not .pwn
he is trying to tell you , if you have mysql as bone system if you use this system
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)