SA-MP Forums Archive
Help with Define - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with Define (/showthread.php?tid=84790)



Help with Define - L30 - 03.07.2009

Ok, what would I put for ChangeNameLog
I get this error

Код:
M:\backups\Austin\Scripts\LSL-RP\gamemodes\SACRP(2).pwn(14731) : error 017: undefined symbol "ChangeNameLog"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Help with Define - MenaceX^ - 03.07.2009

Depends what it supposes to be.


Re: Help with Define - L30 - 03.07.2009

Код:
ChangeNameLog(string);



Re: Help with Define - L30 - 03.07.2009

Anyone?


Re: Help with Define - yom - 03.07.2009

That isn't a native function.


Re: Help with Define - L30 - 03.07.2009

Quote:
Originally Posted by 0rb
That isn't a native function.
What do I add to script for it to work?


Re: Help with Define - ByFukara - 03.07.2009

define it


Re: Help with Define - MadeMan - 03.07.2009

What does it do?
Код:
ChangeNameLog(string);



Re: Help with Define - Pawno_Master - 03.07.2009

just put

#define ChangeNameLog


above your server?



Re: Help with Define - saiberfun - 03.07.2009

pawn Код:
//ontop of script
forward ChangeNameLog(string)
//anywhere in script
stock ChangeNameLog(string)
{
//add whatever u want it to be
}
well im not good at stock so dont ask me how to add stuff to it i just know how to create it...
sry