Jump to content

Warnings


Funnk@

Recommended Posts

Help

C:\Users\Funnk\Desktop\gm.pwn(11533) : warning 235: public function lacks forward declaration (symbol "OnPlayerAirbreak")
C:\Users\Funnk\Desktop\gm.pwn(11547) : warning 235: public function lacks forward declaration (symbol "OnPlayerFly")
C:\Users\Funnk\Desktop\gm.pwn(55478) : warning 217: loose indentation
C:\Users\Funnk\Desktop\gm.pwn(55486) : warning 202: number of arguments does not match definition
C:\Users\Funnk\Desktop\gm.pwn(55486) : warning 202: number of arguments does not match definition
C:\Users\Funnk\Desktop\gm.pwn(55486) : warning 202: number of arguments does not match definition
C:\Users\Funnk\Desktop\gm.pwn(55737) : warning 209: function "cmd_roll" should return a value
C:\Users\Funnk\Desktop\gm.pwn(55744) : warning 217: loose indentation
C:\Users\Funnk\Desktop\gm.pwn(55752) : warning 202: number of arguments does not match definition
C:\Users\Funnk\Desktop\gm.pwn(55752) : warning 202: number of arguments does not match definition
C:\Users\Funnk\Desktop\gm.pwn(55752) : warning 202: number of arguments does not match definition
C:\Users\Funnk\Desktop\gm.pwn(56004) : warning 209: function "cmd_spin" should return a value
C:\Users\Funnk\Desktop\gm.pwn(22494) : warning 204: symbol is assigned a value that is never used: "RollPosX"
C:\Users\Funnk\Desktop\gm.pwn(22495) : warning 204: symbol is assigned a value that is never used: "RollPosY"
C:\Users\Funnk\Desktop\gm.pwn(22496) : warning 204: symbol is assigned a value that is never used: "RollPosZ"
C:\Users\Funnk\Desktop\gm.pwn(22487) : warning 204: symbol is assigned a value that is never used: "SpinPosX"
C:\Users\Funnk\Desktop\gm.pwn(22488) : warning 204: symbol is assigned a value that is never used: "SpinPosY"
C:\Users\Funnk\Desktop\gm.pwn(22489) : warning 204: symbol is assigned a value that is never used: "SpinPosZ"
C:\Users\Funnk\Desktop\gm.pwn(22498) : warning 204: symbol is assigned a value that is never used: "roll3DText"
C:\Users\Funnk\Desktop\gm.pwn(22497) : warning 204: symbol is assigned a value that is never used: "rollobject"
C:\Users\Funnk\Desktop\gm.pwn(22491) : warning 204: symbol is assigned a value that is never used: "spin3DText"
C:\Users\Funnk\Desktop\gm.pwn(22490) : warning 204: symbol is assigned a value that is never used: "spinobject"
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


22 Warnings.

Link to comment
Share on other sites

Acum 6 minute, LucaAdv. a spus:

Cu ce te deranjeaza  ? ??  Atata timp cat ai .amx nu te int alea

Presupun ca tot ce scriptezi e plin de tot felul de warning. Apropo, multe warnings chiar pot produce probleme. Ca primele 2 mentionate de mine

public function lacks forward declaration

Inseamna ca fucntia respectiva nu are forward

forward OnPlayerAirbreak(playerid);
public OnPlayerAirbreak(playerid)
number of arguments does not match definition

Inseamna ca apelezi functia cu mai putine/multe argumente decat are functia

GangZoneCreate(755,9178, -2293,762, 953,6653, -2072,688);
GangZoneCreate(Float:minx, Float:miny, Float:maxx, Float:maxy);
function "cmd_roll" should return a value

Inseamna ca ai uitat return

CMD:comanda(playerid, params[])
{
	//ce face comanda
	return 1;//asta ai uitat
}
symbol is assigned a value that is never used

Inseamna ca ca ai definit o variabila pe care i-ai oferit o valoare dar nu ai folosit in nici un mod variabila

new Float: x = 0.0;
new Float: x = 0.0;
Functie(x);

Asta ar fi o utilizare a varaibilei

Link to comment
Share on other sites

1 oră în urmă, LucaAdv. a spus:

Cu ce te deranjeaza  ? ??  Atata timp cat ai .amx nu te int alea

Te crezi scripter da nu prea esti, acum fara suparare dar nu cred ca avea vrun rost sa comentezi , baiatu a cerut o rezolvare la acele warning-uri , nu opinia noastra daca le lasa asa sau nu !

Dupa cum a zis si Banditul , multe warning-uri pot produce probleme..

 

vldgIri.png

YouTube : Click Redirect Channel

Discord : Arabu#9330

Canal Discord : Click To Join

Facebook : Click Facebook

Instagram : Click Instagram

Skype : Mita.Official

Respectă și vei fi respectat !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.