SA-MP Forums Archive
small help RNPC - 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)
+--- Thread: small help RNPC (/showthread.php?tid=587707)



small help RNPC - CraTzy - 02.09.2015

Errors
how do i fix ?

pawn Код:
C:\Users\CraTzy\Desktop\DayZ\pawno\include\rnpc.inc(190) : warning 201: redefinition of constant/macro (symbol "OnPlayerCommandText")
C:\Users\CraTzy\Desktop\DayZ\gamemodes\DayZSA (2).pwn(2109) : warning 203: symbol is never used: "RNPC_StopPlayback"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.



Re: small help RNPC - Logofero - 02.09.2015

you use zcmd?


Re: small help RNPC - CraTzy - 02.09.2015

ocmd


Re: small help RNPC - Logofero - 02.09.2015

Quote:
Originally Posted by CraTzy
Посмотреть сообщение
ocmd
unused and recompile you script. If the error will not be repeated in this case.

Also rnpc.inc should be included after:
Код:
#include <a_samp>
#include <rnpc>



Re: small help RNPC - CraTzy - 02.09.2015

error still , I defined that already