SA-MP Forums Archive
compile - 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: compile (/showthread.php?tid=199396)



compile - NuggaN_ - 15.12.2010

Check quote, thats my problem. No one answered yet, but I hope you can solve it! Would be fucking nice!
Its this FS: https://sampforum.blast.hk/showthread.php?tid=199192

Quote:

Hey, can anyone help? Got Error by compiling.

C:\Users\Daniel\SAMP 0.3c Server\gamemodes\Crossfire.pwn(271) : warning 201: redefinition of constant/macro (symbol "dcmd(%1,%2,%3)")
C:\Users\Daniel\SAMP 0.3c Server\gamemodes\Crossfire.pwn(2376) : error 017: undefined symbol "SetPlayerMoney"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

+

localhost doesnt start now after adding this fs. The window closes after 1 sec




Re: compile - Luis- - 15.12.2010

Try asking in that topic..


Re: compile - NuggaN_ - 15.12.2010

Quote:
Originally Posted by -Luis
View Post
Try asking in that topic..
ye no one answers, and I need it fast because release comes soon^^.


Re: compile - olabv - 15.12.2010

try to use:
GivePlayerMoney instead of SetPlayerMoney


Re: compile - XePloiT - 15.12.2010

Quote:
Originally Posted by olabv
View Post
try to use:
GivePlayerMoney instead of SetPlayerMoney
he is right ^
and about your first problem...you already defined dcmd(%1,%2,%3) somewhere...just remove it and i think it'll work