Problem Warning(opcode 0x6E7):
#1

i keep getting crash ... is it vehicle modification??I don't understand where it comes from..i tested Hack's and the modification don't save on vehicle..i don't understand.. Warning(opcode 0x6E7): ... bla bla its vehicle modification but I don't know where It can come..its really annoying,i have a server of 30/50 players and crash..crash crash..

Could it be from here??

PHP код:
else if(strcmp(x_nr,"setplate",true) == 0)
                            {
                                    if(
GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pPcarkey]) { vehid PlayerInfo[playerid][pPcarkey]; }
                                    else if(
GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pPcarkey2]) { vehid PlayerInfo[playerid][pPcarkey2]; }
                                    else if(
GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pPcarkey3]) { vehid PlayerInfo[playerid][pPcarkey3]; }
                                    else { 
SendClientMessage(playeridCOLOR_GREY"   Trebuie sa fi in masina ta!"); return 1; }
                                    {
                                    if(
cmdtext[idx++] != 32 || cmdtext[idx] == EOS)
                                    {
                                        
SendClientMessage(playerid,0xFFFFFFAA,"{00A1FF}USAGE{FFFFFF}: /v setplate [newplate]");
                                        return 
1;
                                    }
                                    new 
Float:XX,Float:YY,Float:ZZ,Float:AA;
                                    new 
Float:CarHPFloat:OldCarHP;
                                    new 
panels,doors,lights,tires;
                                    
GetVehicleHealth(vehidCarHP);
                                    
GetVehicleDamageStatus(vehid,panels,doors,lights,tires);
                                    
OldCarHP CarHP;
                                    
format(CarInfo[vehid][cLicense], 32 ,"%s",cmdtext[idx]);
                                    
SetVehicleNumberPlate(vehid,CarInfo[vehid][cLicense]);
                                    
GetVehiclePos(vehid,XX,YY,ZZ);
                                    
GetVehicleZAngle(vehidAA);
                                    
GivePlayerCash(playerid, -8000);
                                    
SetVehicleToRespawn(vehid);
                                    
SetVehiclePos(vehid,XX,YY,ZZ);
                                    
SetVehicleZAngle(vehidAA);
                                    
PutPlayerInVehicle(playerid,vehid,0);
                                    
SetVehicleHealth(vehidOldCarHP);
                                    
UpdateVehicleDamageStatus(vehid,panels,doors,lights,tires);
                                    
format(stringsizeof(string), "Ti-ai inmatriculat vehicolul numarul este : %s - (te-a costat 8000Lei)"CarInfo[vehid][cLicense]);
                                    
SendClientMessage(playeridCOLOR_LIGHTBLUEstring);
                                    
SendClientMessage(playeridCOLOR_RED"Daca esti din Sibiu puneti nr de inmatriculare SB XX XXX. SB (2 cifre)(3 litere) - NUI VOIE LS/SF/LV.");
                                    
SendClientMessage(playeridCOLOR_YELLOW"Poti si asa SB-XX-XXX sau fara - - - daca tio prinde tcc si este inmatriculata gresit tio tracteaza");
                                    
SendClientMessage(playeridCOLOR_BLUE"Nu-ti pune de ex: SB 22 PLM - este interzis si poti primi Ban Permanent!");
                                    
OnPropUpdate(); SavePlayerData(playerid);
                                    new 
ymd;
                                    new 
h,mi,s;
                                    
getdate(y,m,d);
                                    
gettime(h,mi,s);
                                    
GetPlayerName(playeridsendernamesizeof(sendername));
                                    
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s si-a inmatriculat vehicolul cu numarul: %s",d,m,y,h,mi,s,sendernameCarInfo[vehid][cLicense]);
                                    
InmatriculariLog(string);
                                    return 
1;
                                }
                            } 
Reply


Messages In This Thread
Problem Warning(opcode 0x6E7): - by Akcent_Voltaj - 31.05.2013, 22:18
Re: Problem Warning(opcode 0x6E7): - by Pottus - 31.05.2013, 23:18
Re: Problem Warning(opcode 0x6E7): - by Akcent_Voltaj - 31.05.2013, 23:42

Forum Jump:


Users browsing this thread: 1 Guest(s)