Jump to content
  • 0

am si eu o mare problema!!!!


MMC3

Question

Salut!

Problema mea este ca deschid samp server apoi intru in sa-mp obisnuit si apare titlul obisnuit al serverului de exemplu "Drift~Stunt~Drag" si apoi imi iese din san andreas si apare eroare la sa-mp asta:

SA:MP An exception occured

SA:MP has crashed.The error report has been generated below.

Using the "Report Crash" button will submit a cash report that will help us to fix this problem in future versions.

SA-MP 0.3c

Exception At Address: 0x00544BC8

Registers:

EAX: 0x00000000 EBX: 0x00B997EC ECX: 0x04425F58 EDX: 0x00000EA0

ESI: 0x00000000 EDI: 0x06DFEAE0 EBP: 0x00B997F4 ESP: 0x0022F304

EFLAGS: 0x00210246

Stack:

+0000: 0x0022F360  0x06DFEAE0  0x00563220  0x06DFEAE0

+0010: 0x0000002F  0x0000002F  0xFFFFFFF6  0x00000060

+0020: 0x0000002E  0xFFFFFFF6  0x00000000  0xC428666F

+0030: 0xC5599E70  0xC41B5C99  0xC55CE0E6  0x0022F42C

+0040: 0x0083C9CB  0x00000000  0x00563257  0x0CB99708

+0050: 0x0344BD4E  0x06DFEAE0  0x00000000  0x0CB99708

+0060: 0x034404D6  0x06DFEAE0  0x0022F3D4  0x00000000

+0070: 0x0022F42C  0x00000000  0x00000000  0x00000000

+0080: 0x00000000  0x00000000  0x00000000  0x0022F42C

+0090: 0x0348F064  0x034B0440  0xFFFFFFFF  0x0CB99708

+00A0: 0x034456CF  0x034AFE58  0x0001D001  0x00000000

+00B0: 0x00000000  0x00000000  0x400FF2C0  0x00000000

+00C0: 0x4062725D  0x0022F42C  0x034459E3  0x034459F1

+00D0: 0x00000174  0x0CB5E100  0x0022FA68  0x43426901

+00E0: 0x0001D001  0x0CB99708  0x3F800000  0x00000000

+00F0: 0x80000000  0x0348E716  0x80000000  0x3F800000

+0100: 0x00000000  0x00000174  0x00000000  0x00000000

+0110: 0x3F800000  0x0022F408  0xC42172C1  0xC55B4E3D

+0120: 0x4162FB7A  0x034B5A80  0x0022F460  0x034A9DC8

+0130: 0x00000000  0x03440D2B  0x000002B1  0xC42172C1

+0140: 0xC55B4E3D  0x4162FB7A  0x00000000  0x407F9600

+0150: 0x431392E8  0x00000000  0x0CB99708  0x0022F618

+0160: 0x034A9D6B  0x00000000  0x033FCE01  0x000002B1

+0170: 0xC42172C1  0xC55B4E3D  0x4162FB7A  0x00000000

+0180: 0x407F9600  0x431392E8  0x00000000  0x0022F62C

+0190: 0x0CB5E100  0x03403C8A  0x00000174  0x000002B1

+01A0: 0xC42172C1  0xC55B4E3D  0x4162FB7A  0x00000000

+01B0: 0x407F9600  0x431392E8  0x00000000  0x03AC8640

+01C0: 0x0000FFFF  0x00000174  0x00000000  0x407F9600

+01D0: 0x431392E8  0xC42172C1  0xC55B4E3D  0x4162FB7A

+01E0: 0x00000000  0x000002B1  0x00000000  0x00000000

+01F0: 0x00000000  0x00000000  0x00000000  0x00000000

+0200: 0x00000128  0x00000128  0x00000120  0x0022F62C

+0210: 0x039D0100  0x0CB94528  0x039D03D8  0x00000800

+0220: 0x0022F4B8  0x0022F52D  0x0022F5DC  0x7777D555

+0230: 0x01CD96AE  0xFFFFFFFE  0x777B22C6  0x777B2161

+0240: 0x0CB75B78  0x00000006  0x0CB81410  0x02FA0000

+0250: 0x02DA0024  0x00000001  0x777B20B5  0x00200246

+0260: 0x00200246  0x00200246  0x00200246  0x0360AEB1

+0270: 0x0363DE03  0x0CB75B78  0x0CB75B78  0x0361BFD7

SCM Op: 0x453, lDbg: 0

Game Version: US 1.0

State Information: Ped Context: 0

Spunetimi si mie va rog ce trebuie sa fac ca nu am nici o idee! :sad:

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

public OnPlayerConnect(playerid)

{

HaveTicket[playerid] = 0;

ConnectPlayer(playerid);

GameTextForPlayer(playerid,"~B~ Drift ~Y~ Stunt ~R~ Drag",5000,5);

SetPlayerScore(playerid, GetPlayerScore(playerid) + 100);

SetPlayerArmour(playerid,1000);

for(new i = 0; i < MAX_PLAYERS; i++)

{

TextDrawShowForPlayer(i, Text:Clock);

}

HealthBar[playerid] = TextDrawCreate(549.000000,52.000000,"..........");

TextDrawAlignment(HealthBar[playerid],1);

TextDrawBackgroundColor(HealthBar[playerid],0x00ff00ff);

TextDrawFont(HealthBar[playerid],3);

TextDrawLetterSize(HealthBar[playerid],0.569999,2.549999);

TextDrawColor(HealthBar[playerid],0x00ff0033);

TextDrawSetOutline(HealthBar[playerid],1);

TextDrawSetProportional(HealthBar[playerid],1);

TextDrawSetShadow(HealthBar[playerid],1);

TextDrawShowForPlayer(playerid, DriftTD);

TextDrawShowForPlayer(playerid, StuntTD);

TextDrawShowForPlayer(playerid, DragTD);

TextDrawShowForPlayer(playerid, DownBar);

TextDrawShowForPlayer(playerid, Viata);

PreloadAnimLib(playerid,"BOMBER");

PreloadAnimLib(playerid,"RAPPING");

  PreloadAnimLib(playerid,"SHOP");

PreloadAnimLib(playerid,"BEACH");

PreloadAnimLib(playerid,"SMOKING");

  PreloadAnimLib(playerid,"FOOD");

  PreloadAnimLib(playerid,"ON_LOOKERS");

  PreloadAnimLib(playerid,"DEALER");

PreloadAnimLib(playerid,"CRACK");

PreloadAnimLib(playerid,"CARRY");

PreloadAnimLib(playerid,"COP_AMBIENT");

PreloadAnimLib(playerid,"PARK");

PreloadAnimLib(playerid,"INT_HOUSE");

PreloadAnimLib(playerid,"FOOD");

PreloadAnimLib(playerid,"PED");

PlayerInfo[playerid][spawnDance] = true;

ApplyAnimation(playerid,"DANCING","DNCE_M_B",4.0,1,0,0,0,-1);

new pName[24];

    new string[128];

    GetPlayerName(playerid, pName, 24);

    format(string, 128,"~y~%s a intrat pe server ~w~(Connecting)", pName);

    JLtext = TextDrawCreate(45.000000, 330.000000," ");

    TextDrawLetterSize(JLtext, 0.4 ,1.0);

    TextDrawSetShadow(JLtext, 1);

TextDrawSetString(JLtext, string);

TextDrawShowForAll(JLtext);

SetTimer("TDTime",5000,false);

return 1;

}

Link to comment
Share on other sites

asta e

native ConnectPlayer(playerid);

       

        ConnectPlayer(playerid);

GameTextForPlayer(playerid,"~B~ Drift ~Y~ Stunt ~R~ Drag",5000,5);

SetPlayerScore(playerid, GetPlayerScore(playerid) + 100);

SetPlayerArmour(playerid,1000);

for(new i = 0; i < MAX_PLAYERS; i++)

{

TextDrawShowForPlayer(i, Text:Clock);

}

HealthBar[playerid] = TextDrawCreate(549.000000,52.000000,"..........");

TextDrawAlignment(HealthBar[playerid],1);

TextDrawBackgroundColor(HealthBar[playerid],0x00ff00ff);

TextDrawFont(HealthBar[playerid],3);

TextDrawLetterSize(HealthBar[playerid],0.569999,2.549999);

TextDrawColor(HealthBar[playerid],0x00ff0033);

TextDrawSetOutline(HealthBar[playerid],1);

TextDrawSetProportional(HealthBar[playerid],1);

TextDrawSetShadow(HealthBar[playerid],1);

TextDrawShowForPlayer(playerid, DriftTD);

TextDrawShowForPlayer(playerid, StuntTD);

TextDrawShowForPlayer(playerid, DragTD);

TextDrawShowForPlayer(playerid, DownBar);

TextDrawShowForPlayer(playerid, Viata);

PreloadAnimLib(playerid,"BOMBER");

PreloadAnimLib(playerid,"RAPPING");

  PreloadAnimLib(playerid,"SHOP");

PreloadAnimLib(playerid,"BEACH");

PreloadAnimLib(playerid,"SMOKING");

  PreloadAnimLib(playerid,"FOOD");

  PreloadAnimLib(playerid,"ON_LOOKERS");

  PreloadAnimLib(playerid,"DEALER");

PreloadAnimLib(playerid,"CRACK");

PreloadAnimLib(playerid,"CARRY");

PreloadAnimLib(playerid,"COP_AMBIENT");

PreloadAnimLib(playerid,"PARK");

PreloadAnimLib(playerid,"INT_HOUSE");

PreloadAnimLib(playerid,"FOOD");

PreloadAnimLib(playerid,"PED");

PlayerInfo[playerid][spawnDance] = true;

ApplyAnimation(playerid,"DANCING","DNCE_M_B",4.0,1,0,0,0,-1);

new pName[24];

    new string[128];

    GetPlayerName(playerid, pName, 24);

    format(string, 128,"~y~%s a intrat pe server ~w~(Connecting)", pName);

    JLtext = TextDrawCreate(45.000000, 330.000000," ");

    TextDrawLetterSize(JLtext, 0.4 ,1.0);

    TextDrawSetShadow(JLtext, 1);

TextDrawSetString(JLtext, string);

TextDrawShowForAll(JLtext);

SetTimer("TDTime",5000,false);

return 1;

}

cam atita am gasit:D scz dar sunt incepator nuprea le am cu posturile:D

Link to comment
Share on other sites

numa la serveru asta imi da crash la altele nu...sper sa intelegi acum

ajutatima va rog si pe mn cu problema

1. Ia GM-ul din nou.

2. Daca are JunkBuster scoate-l sau baga ultima versiune.

3. Incearca.

4. Ai grija la titlu.

5. NU MAI IMI DA PM SA TE AJUT !!!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.