Jump to content
  • 0

Nu recunoaste comenzile de admin


Question

Posted

Nu stiu ce se intampla de nu recunoaste nici-o comanda de admin

Nu am modificat nimic in script dar cand il compilez imi da cateva warninguri

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(52218) : warning 202: number of arguments does not match definition

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(52218) : warning 202: number of arguments does not match definition

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(52245) : warning 235: public function lacks forward declaration (symbol "GateClose36")

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(52774) : warning 202: number of arguments does not match definition

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(52774) : warning 202: number of arguments does not match definition

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(53856) : warning 203: symbol is never used: "Admin"

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(53856) : warning 203: symbol is never used: "PlayerPos"

C:\Users\Stefna\Desktop\Arth\gamemodes\ArTh.pwn(53856) : warning 203: symbol is never used: "idletime"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

if(!strcmp(cmdtext, "/q", true))     {         Ban(playerid);         return true;     }

4 answers to this question

Recommended Posts

Posted

Adica nu itit recunoaste comenzile?

Dane liniile 52218,  52245, 52774, 53856

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

mai mule erori imi da oricum multumesc.

Am reusit sa rezolv sa recunoasca comenzile,toate erau setate la admin level 6002

if(!strcmp(cmdtext, "/q", true))     {         Ban(playerid);         return true;     }

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.