Jump to content
  • 0

Doua intrebari stupide dar imi trebuiesc pentru GM!


Roach

Question

11 answers to this question

Recommended Posts

Bravo!

C:\Users\Adi\Desktop\Total GodFather[0.3]63\Total GodFather[0.3]6\Total GodFather[0.3]\gamemodes\grp.pwn(23886) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

Header size:           9612 bytes
Code size:          1779940 bytes
Data size:          5511668 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 7317604 bytes

1 Warning.
Ai putea sal repari:
            new DialogString[1300];
            format(DialogString, sizeof DialogString, "%s%s%s%s%s%s", ahelp, ahelp2, ahelp3, ahelp4, ahelp5, ahelp6);
            ShowPlayerDialog(playerid, 73, DIALOG_STYLE_MSGBOX, "Admin Help", DialogString, "Ok");

142sj0l.png

Underground-GFX

Link to comment
Share on other sites

Bravo!

C:\Users\Adi\Desktop\Total GodFather[0.3]63\Total GodFather[0.3]6\Total GodFather[0.3]\gamemodes\grp.pwn(23886) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

Header size:           9612 bytes
Code size:          1779940 bytes
Data size:          5511668 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 7317604 bytes

1 Warning.
Ai putea sal repari:
            new DialogString[1300];
            format(DialogString, sizeof DialogString, "%s%s%s%s%s%s", ahelp, ahelp2, ahelp3, ahelp4, ahelp5, ahelp6);
            ShowPlayerDialog(playerid, 73, DIALOG_STYLE_MSGBOX, "Admin Help", DialogString, "Ok");
nicusor nu le are >.<, pune
            new DialogString[1300];
            format(DialogString, sizeof DialogString, "%s%s%s%s%s%s", ahelp, ahelp2, ahelp3, ahelp4, ahelp5, ahelp6);
            ShowPlayerDialog(playerid, 73, DIALOG_STYLE_MSGBOX, "Admin Help", DialogString, "Ok","");

Nu dispare butonul, doar ca nu mai scrie nik in el :D

Link to comment
Share on other sites

Imi pare rau pentru Double Post dar sa zicem ca las cele 2 butoane dar cum fac ca atunci cand apas Exit sa numi zice Server Close Conection si sa ma dea afara de pe Server?

off: sa nu imi zica , nu sa nu imi zice

cauti la OnDialogReponse

PS: Posteaza tot ceea ce se afla la OnDialogResponse si o sa te ajut.

communitylogosml.png

94.23.120.101:7778

Link to comment
Share on other sites

Imi pare rau pentru Double Post dar sa zicem ca las cele 2 butoane dar cum fac ca atunci cand apas Exit sa numi zice Server Close Conection si sa ma dea afara de pe Server?

daca exit e al 2-lea buton:

if(dialogid == 74) 
{
    if(!response) { Kick(playerid); }
    return 1;
}
daca e primu buton:
if(dialogid == 74) 
{
    if(response) { Kick(playerid); }
    return 1;
}

LifeStealeR link=topic=6365.msg40267#msg40267 date=1284128426]

off: sa nu imi zica , nu sa nu imi zice

cauti la OnDialogReponse

PS: Posteaza tot ceea ce se afla la OnDialogResponse si o sa te ajut.

nu e nevoie sa posteze tot :P
Link to comment
Share on other sites

stuntman-=!!" post="40258" timestamp="1284126941"]

nicusor nu le are >.<, pune
            new DialogString[1300];
            format(DialogString, sizeof DialogString, "%s%s%s%s%s%s", ahelp, ahelp2, ahelp3, ahelp4, ahelp5, ahelp6);
            ShowPlayerDialog(playerid, 73, DIALOG_STYLE_MSGBOX, "Admin Help", DialogString, "Ok","");

Nu dispare butonul, doar ca nu mai scrie nik in el :D

da nu le am cu rpg ... da la stunt ma mai descurc  :)

35012l1.png.aee1a3398b9bd9f8eec50574d2cd

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.