Jump to content

Darksone

Membru
  • Posts

    130
  • Joined

  • Last visited

    Never

Posts posted by Darksone

  1. Am GM San Andreas Stuntified, si m-am apucat sa fac mape pentru el, fac o mapa si o convertesc pun in in FS in Objects, compilez si cand intru pe sevrer nu apare mapa crae am pus-o.

    ce pot sai fac?

  2. Am modificat San Andreas Stuntified si mi-a dat 42 warninguri.

    Cand vreau sa pornesc serverul se dechide consola si intr-o sec se inchide.

    Si am intrat in crashinfo si imi da asta:

    SA-MP Server: 0.3a R8

    Exception At Address: 0x00482DA4

    Registers:

    EAX: 0x00000000 EBX: 0x00000400 ECX: 0x00000100 EDX: 0x7EFEFEFF

    ESI: 0x00000000 EDI: 0x00EACA28 EBP: 0x000000C9 ESP: 0x0012FD60

    EFLAGS: 0x00010216

    Stack:

    +0000: 0x01290020  0x00EAC9F8  0x00EACA28  0x004743BB

    +0010: 0x00EACA28  0x00000000  0x00000400  0x00E2A200

    +0020: 0x00000000  0x0012FDB8  0x00E79310  0x000000C9

    +0030: 0x0046596E  0x42480000  0x43D38000  0x00000000

    +0040: 0x00E2A200  0x00E2A200  0x00E3EEF8  0x01290020

    +0050: 0x00000000  0x00E6CA80  0x00E4358C  0x00401096

    +0060: 0x00E2A200  0x00E79310  0x00E61A14  0x00402BB3

    +0070: 0x00E2A200  0x0000001D  0x0012FDF0  0x00E79310

    +0080: 0x004BD348  0x00E2A200  0x00000001  0x00000000

    +0090: 0x000000C8  0x000178FC  0x000178FC  0x00017918

    +00A0: 0x0001391C  0x0001790C  0x0001391C  0x00E3EEF8

    +00B0: 0x00E61A14  0x00000000  0x00E3E1D8  0x00022B1C

    +00C0: 0x00461664  0x00E2A200  0x0012FE38  0x00000008

    +00D0: 0x003F7870  0xFFFFFFFF  0x00000008  0x003F7870

    +00E0: 0x00479E7F  0x004BD348  0x0049E601  0x003F7839

    +00F0: 0xFFFFFFFF  0x00000000  0x00E2A200  0x0012FEDC

    +0100: 0x004933E8  0xFFFFFFFF  0x004792BF  0x00000001

    +0110: 0x00000000  0x00000A28  0x0012FFC0  0x7FFDA000

    +0120: 0x000093C2  0x00010101  0x00000032  0x00001E62

    +0130: 0x00000078  0x00000E50  0x003F7870  0x656D6167

  3. Amice taci ca ai facut spam deja in sectia asta!

    if(strcmp(cmdtext, "/nametagson", true)==0)
    	{
       	   	SendClientMessage(playerid, COLOR, "Nametags are enabled.");
        	PlayerPlaySound(playerid, 1137, 0.0, 0.0, 0.0);
    		for(new i = 0; i < MAX_PLAYERS; i ++)
    		{
    	    	ShowPlayerNameTagForPlayer(playerid, i, 1);
    		}
    		return 1;
    	}
        if(strcmp(cmdtext, "/nametagsoff", true)==0)
    	{
    		SendClientMessage(playerid, COLOR, "Nametags are Disabled.");
        	PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
    		for(new i = 0; i < MAX_PLAYERS; i ++)
    		{
    	    	ShowPlayerNameTagForPlayer(playerid, i, 0);
    		}
    		return 1;
    	}
    

    Am facut Copy/Paste dintr-un GM!.Scuze dar s-a distrus identatia...

    mersi mult

×
×
  • 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.