Jump to content
  • 0

Ajutor!!!


vlad666

Question

Salut samp.ro!!!!

Deci imi da niste warninguri mai precis astea :

[pawn]C:\Users\rares\Desktop\Gm Samp\gamemodes\X-ZoneRP.pwn(13403) : warning 202: number of arguments does not match definition

C:\Users\rares\Desktop\Gm Samp\gamemodes\X-ZoneRP.pwn(13403) : warning 202: number of arguments does not match definition

C:\Users\rares\Desktop\Gm Samp\gamemodes\X-ZoneRP.pwn(13403) : warning 202: number of arguments does not match definition

C:\Users\rares\Desktop\Gm Samp\gamemodes\X-ZoneRP.pwn(13403) : warning 202: number of arguments does not match definition[/pawn]

La :

[pawn] // Zones

for(new i = 0; i < sizeof(TurfInfo); i++)

{

    Turfs = GangZoneCreate(TurfInfo[zMinX],TurfInfo[zMinY],TurfInfo[zMaxX],TurfInfo[zMaxY]);

    GRV = GangZoneCreate(2406,349, -1748,974, 2607,899, -1634,489);

    return 1;

}[/pawn]

Mia dat dupa ce am adaugat GangZone (teritoriul la factiune)  :cry: :cry: :cry: :cry: :cry:

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

number of arguments does not match definition: in traducere: intr-o anumita functie ai pus ceva in plus sau in minus

pune linia 13043

Eu sunt nimeni. Dar prefer sa fiu un nimeni inconjurat de prieteni adevarati, decat un om faimos inconjurat de falsi.

Nu sunt un scripter perfect, nu sunt nici macar pe aproape, insa in in ciuda acestui fapt incerc sa invat sa le fac pe toate.

Link to comment
Share on other sites

Incearca:

LoadZones();
    for(new i=0; i < sizeof(ZoneInfo); i++)
	{
    	Zones[i] = GangZoneCreate(ZoneInfo[i][zMinX], ZoneInfo[i][zMinY], ZoneInfo[i][zMaxX], ZoneInfo[i][zMaxY]);
	}
	for(new i = 0; i < sizeof(TurfInfo); i++)
	{
    	Turfs[i] = GangZoneCreate(TurfInfo[i][zMinX],TurfInfo[i][zMinY],TurfInfo[i][zMaxX],TurfInfo[i][zMaxY]);
        GRV = GangZoneCreate(2406,349, -1748,974, 2607,899, -1634,489);
        return (1);
    }

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

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.