one question, answer me pleas - 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: one question, answer me pleas (
/showthread.php?tid=161148)
one question, answer me pleas -
KJ1 - 19.07.2010
Hi everyone , i added this command to my gm , well when i puted it and i complie
then seems to me warning !
why??
also this is the command which i added
Код:
if(!strcmp("/telport12",cmdtext,true)){
SetPlayerPos(Playerid,0,1415.0325,-995.3412,57.5156,94.0518,0,0,0,0,0,0);
Re: one question, answer me pleas -
KJ1 - 19.07.2010
the reason of warning is : "dudb"
Re: one question, answer me pleas -
(SF)Noobanatior - 19.07.2010
Код:
if(!strcmp("/telport12",cmdtext,true))SetPlayerPos(playerid,0,1415.0325,-995.3412,57.5156,94.0518,0,0,0,0,0,0);
not formated properly just do this for them
1 line teleport
Re: one question, answer me pleas -
KJ1 - 19.07.2010
don't work the reason is:
Код:
C:\DOCUME~1\Wattad\Desktop\COPS'N~1\GAMEMO~1\CNR.pwn(2) : fatal error 100: cannot read from file: "dudb"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: one question, answer me pleas -
Carlton - 19.07.2010
Add dudb.inc into your includes folder located inside the Pawno directory.
Re: one question, answer me pleas -
KJ1 - 19.07.2010
already added in my gm
Re: one question, answer me pleas -
KJ1 - 19.07.2010
#include <dudb>
Re: one question, answer me pleas -
KJ1 - 19.07.2010
but still don't works why?
Re: one question, answer me pleas -
Carlton - 19.07.2010
I never posted add #include <dudb> to your GM.
Re: one question, answer me pleas -
KJ1 - 19.07.2010
so what i should add?