Need Help Please Read
#1

Okay i been trying to fix this problem for weeks & weeks.

Okay the problem i have is when you join the server you will have to enter your desired password and click on register & when you click on register it will start asking you questions like "Are you male or female" however the problem i have is when they click register it shows the question and then crashes's it also happens to me.


Second is i check the players information were he was last when he crashes it shows this

PHP код:
SPos_x=0.0
SPos_y
=0.0
SPos_z
=0.4
SPos_r
=0.9 
PICTURE OF ERROR
http://postimg.org/image/c3dfk5umv/


CODE OF QUESTION "MALE OR FEMALE" ETC
PHP код:
SetPlayerSpawn(playerid)
{
    if(
IsPlayerConnected(playerid))
    {
        if(
PlayerInfo[playerid][pChar] > 0)
        {
            
SetPlayerSkin(playeridPlayerInfo[playerid][pChar]);
        }
        else
        {
            
SetPlayerSkin(playeridPlayerInfo[playerid][pModel]);
        }
        if(
GetPVarInt(playerid"IsInArena") >= 0)
        {
            
SpawnPaintballArena(playeridGetPVarInt(playerid"IsInArena"));
            return 
1;
        }
        if( 
GetPVarInt(playerid"SpecOff" ) == )
        {
            
SetPlayerPos(playeridGetPVarFloat(playerid"SpecPosX"), GetPVarFloat(playerid"SpecPosY"), GetPVarFloat(playerid"SpecPosZ"));
            
SetPlayerInterior(playeridGetPVarInt(playerid"SpecInt"));
            
SetPlayerVirtualWorld(playeridGetPVarInt(playerid"SpecVW"));
            
SetPVarInt(playerid"SpecOff");
            
SetPVarInt(playerid"SpecState", -);
            return 
1;
        }
        if(
PlayerInfo[playerid][pTut] == 0)
        {
            
gOoc[playerid] = 1gNews[playerid] = 1gFam[playerid] = 1;
            
TogglePlayerControllable(playerid,0);
            
SetPlayerColor(playerid,TEAM_HIT_COLOR);
            
SetPlayerPos(playerid766.50, -1684.32, -6.86);
               
SetPlayerCameraPos(playerid751.93, -1673.9516.01);
            
SetPlayerCameraLookAt(playerid699.55, -1628.935.88);
            
RegistrationStep[playerid] = 1;
            
SendClientMessageEx(playeridCOLOR_GREEN"Please fill in some information to proceed.");
            
SendClientMessageEx(playeridCOLOR_LIGHTGREEN,"Are you a Male or Female? (Type in what you are).");
            
SetPlayerVirtualWorld(playerid1984);
            return 
1;
        }
        new 
rand;
        if(
PlayerInfo[playerid][pBeingSentenced] > 0)
        {
            
PhoneOnline[playerid] = 1;
            
rand random(sizeof(WarrantJail));
            
SetPlayerPos(playeridWarrantJail[rand][0], WarrantJail[rand][1], WarrantJail[rand][2]);
            if(
rand != 0courtjail[playerid] = 2;
            else 
courtjail[playerid] = 1;
            
TogglePlayerControllable(playerid0);
            
GameTextForPlayer(playerid"Loading Objects."40005);
            
SetPVarInt(playerid"LoadingObjects"1);
            
SetTimerEx("SafeLoadObjects"40000"d"playerid);
            
SetPlayerInterior(playerid0);
            
PlayerInfo[playerid][pInt] = 0;
            return 
1;
        } 
NOTE: I HAVE LATEST STREAMER ETC
Reply
#2

HERE IS THE IMAGE OF THE REGISTRATION WHEN YOU FIRST LOAD THE SERVER
http://postimg.org/image/j6mv83ax9/

FOR SOME REASON THE BUILDINGS ARE UN-TEXTURED I DONT KNOW WHY
Reply
#3

lol i had the same problem as well and i just gave up
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)