Jump to content
  • 0

O problema la compilat...


Question

Posted

C:\Documents and Settings\Administrator\Desktop\GMS\Server\pawno\include\vida.inc(161) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")

C:\Documents and Settings\Administrator\Desktop\GMS\Server\pawno\include\vida.inc(162) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")

C:\Documents and Settings\Administrator\Desktop\ftrp.pwn(15873) : warning 202: number of arguments does not match definition

C:\Documents and Settings\Administrator\Desktop\ftrp.pwn(22043) : warning 235: public function lacks forward declaration (symbol "HBroadCast")

C:\Documents and Settings\Administrator\Desktop\ftrp.pwn(35439) : warning 216: nested comment

C:\Documents and Settings\Administrator\Desktop\ftrp.pwn(58581) : warning 225: unreachable code

C:\Documents and Settings\Administrator\Desktop\ftrp.pwn(63681) : warning 235: public function lacks forward declaration (symbol "ResetBan")

C:\Documents and Settings\Administrator\Desktop\ftrp.pwn(63685) : warning 235: public function lacks forward declaration (symbol "ResetKick")

C:\Documents and Settings\Administrator\Desktop\ftrp.pwn(67255) : warning 203: symbol is never used: "PlayerPos"

Pawn compiler 3.2.3664          Copyright © 1997-2006, ITB CompuPhase

Header size:          13080 bytes

Code size:          2901900 bytes

Data size:          7662344 bytes

Stack/heap size:      16384 bytes; estimated max. usage=4308 cells (17232 bytes)

Total requirements:10593708 bytes

9 Warnings.

Liniile:

-alea cu vida nu au nici o legatura 161 cu 162 deci nush ce linii sa dau-

15873:

Create3DTextLabel("{6EF83C}U.S.T. HQ \n{FFFFFF}Apasa [F] sau [Enter]",0xE60000FF,2495.9592,447.1134,1397.2653,1084.3047+1,8,0,1); //iesire

[glow=red,2,300]22043:[/glow]

public HBroadCast(color,const string[],level)

[glow=red,2,300]35439:[/glow]

Ciudata e linia asta, are si /* adik e daia verde nu functie etc:))    /*if(strcmp(cmd, "/carspawn", true) == 0)

[glow=red,2,300]58581:[/glow]

if(LicenseType[playerid] == 0 || LicenseType[playerid] > 5)

[glow=red,2,300]63681:[/glow]

public ResetBan(playerid)

[glow=red,2,300]63685:[/glow]

public ResetKick(playerid)

[glow=red,2,300]67255:[/glow]

Nici nu exista linia :)) este pana la 67254

NU VREU SA AUD COMMURI DE GENUL, IA SI JOACA PENTRU CA SUNT WARNINGURI, DACA MA POTI AJUTA DAI REPLY DACA NU..NU COMENTA!

9zZndmN.png

2 answers to this question

Recommended Posts

Posted

Cauta onplayerconnect si onplayerdisconect sunt defnite de 2 ori adika si in include. daca e asa sterge, hbriadcas resetban resetkick, sunt de 2 ori stergele ! 

58581 poate lipseste { sau nu ai inchis tu ceva bine, incearca asa

Posted

sterge PlayerPos..

invata cum sa creezi un 3DTextLabel

adauga

[pawn]

forward HBroadCast(color,const string[],level);

forward ResetBan(...);

forward ResetKick(...);

[/pawn]

la nested comment, ai folosit de 2 ori /* si */, posteaza toata comanda dezactivata

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.