Jump to content
  • 0

pomoc chyba v módě (prosím Help :) )


GoldenKirak

Dotaz

C:\Users\Tesco\Desktop\mtrp-final.pwn(9844) : error 017: undefined symbol "SetDisabledWeapons"
C:\Users\Tesco\Desktop\mtrp-final.pwn(36153) : error 004: function "NameTimer" is not implemented
C:\Users\Tesco\Desktop\mtrp-final.pwn(37873) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Users\Tesco\Desktop\mtrp-final.pwn(39599) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.

 

řádek 9844
SetDisabledWeapons(43,44,45);

řádek 36153
NameTimer();

řádek 37873
public OnPlayerPrivmsg(playerid, recieverid, text[])

a řádek 39599 neexistuje poslední je 39598

 

díky za každou pomoc

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0
  • Hlavní moderátor

fce SetDisabledWeapons byla zrušena ve verzi 0.3, taktéž OnPlayerPrivmsg, obojí si budeš muset dodělat sám

NameTimer zřejmě není nikde vytvořena, zkus se podívat, jestli sis ji někde nedal do poznámky nebo jestli někde vůbec je

to poslední je pouze varování, že daná funkce není nikde v kódu použita

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