Jump to content
  • 0

pomoc Dve malé warningy


ILove

Dotaz

Ahojte, mám menší problém pri kompilácí mojeho skriptu sa mi ukážu 2 warningy, predsa len lepšie by to bolo, ak by sa neukazovali.

 

C:\Používatelia\ILove\Desktop\epicscirpt.pwn(64) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Používatelia\ILove\Desktop\epicscirpt.pwn(79) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.

 

Riadky:

 

64: public OnPlayerPrivmsg(playerid, recieverid, text[])

79: public OnPlayerInfoChange(playerid)

 

Za každú pomoc budem každému srdečne vdačný.

Link to comment
Share on other sites

6 odpovědí na tuto otázku

Recommended Posts

  • 0

Ked to tam prídam, tak mi vyhodí toto.

 

 

C:\Používatelia\ILove\Desktop\epicscirpt.pwn(65) : error 055: start of function body without function header
C:\Používatelia\ILove\Desktop\epicscirpt.pwn(66) : error 010: invalid function or declaration
C:\Používatelia\ILove\Desktop\epicscirpt.pwn(80) : error 055: start of function body without function header
C:\Používatelia\ILove\Desktop\epicscirpt.pwn(81) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.

Link to comment
Share on other sites

  • 0

Smaž ty 2 callbacky.

Byly zrušený myslim od verze 0.3a takže itak kdyby jsi tam dal forward tak se nevyvoaljí.

Takže je smaž.

 

public OnPlayerInfoChange(playerid)
{
     return 1;
}

public OnPlayerPrivmsg(playerid, recieverid, text[])
{
     return 1;
}

 

tohle smaž

 

A nebo to vyřeš tím že si stáhni nové pawno - tj. 0.3e

Link to comment
Share on other sites

  • 0
  • Administrátor

OnPlayerInfoChange ani nikdy neexistoval v defalutne to je nejaky custom a onPlayerPrivMsg neni tezke si "zapojit" znovu

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...