Jump to content
  • 0

pomoc Params chyba


arci224

Dotaz

Nevím proč ale když to chci zkompilovat tak my to vyhodí chyby 

 
C:\Users\ASUS\Desktop\pawn\servery\gta2\gamemodes\povolani.pwn(428) : warning 217: loose indentation
C:\Users\ASUS\Desktop\pawn\servery\gta2\gamemodes\povolani.pwn(388) : warning 203: symbol is never used: "params"
C:\Users\ASUS\Desktop\pawn\servery\gta2\gamemodes\povolani.pwn(452) : warning 217: loose indentation
C:\Users\ASUS\Desktop\pawn\servery\gta2\gamemodes\povolani.pwn(430) : warning 203: symbol is never used: "params"
C:\Users\ASUS\Desktop\pawn\servery\gta2\gamemodes\povolani.pwn(457) : warning 217: loose indentation
C:\Users\ASUS\Desktop\pawn\servery\gta2\gamemodes\povolani.pwn(454) : warning 203: symbol is never used: "params"
 
Začinal jsem povolani dle navodu ale uplne hodne veci sem si tam pridal sam 
 
PWN: 
 

/* DELETE */
Edited by arci224
Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0

Keď nevyužívaš v tom príkaze nikde params musíš spraviť toto

 

dcmd_prikaz(playerid, params[])

{

#pragma unused params

return 1;

}

 

ten druhý warning je, že to máš zle odtabované

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...