zcmd help PLZ
#1

I am trying to use this house systemhttps://sampforum.blast.hk/showthread.php?tid=345648 and i downloaded zcmd and included in my GM script and i was going to compile zcmd and i get this

pawn Код:
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(64) : error 017: undefined symbol "funcidx"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(65) : error 017: undefined symbol "funcidx"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(66) : error 017: undefined symbol "funcidx"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(68) : error 017: undefined symbol "CallLocalFunction"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(83) : warning 235: public function lacks forward declaration (symbol "OnPlayerCommandText")
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(85) : error 017: undefined symbol "CallLocalFunction"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(94) : error 017: undefined symbol "tolower"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(96) : warning 217: loose indentation
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(96) : error 017: undefined symbol "format"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(96) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(96) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(96) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(97) : warning 217: loose indentation
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(98) : warning 217: loose indentation
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(102) : error 017: undefined symbol "CallLocalFunction"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(104) : error 017: undefined symbol "CallLocalFunction"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(108) : error 017: undefined symbol "CallLocalFunction"
C:\Users\User\Desktop\GTA - San Andreas\FR 2013\pawno\include\zcmd.inc(110) : error 017: undefined symbol "CallLocalFunction"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


11 Errors.

also when i use that house system i cant connect to my server. but when i delete i can connect?
Reply
#2

Add the .inc to your .pwn file as follows:

#include <zcmd>

Recompile, re post the errors.
Reply
#3

Also, read this post again and tell me what you may not have done:

Quote:

Installation:

-IMPORTANT: This script will not work without having [REL] Streamer Plugin by Incognito installed! Get it here: http://forum.sa-mp.com/index.php?topic=127905.0.
-Make a new folder called "Houses" in "SAMP Folder\Scriptfiles".
-0.3e is required might work with 0.3d but not tested.


Downloads:
http://www.mediafire.com/?dd886k8j5j1t5t2 (.Pwn)
http://coldfusion.americantalk.net/t...rty-builder#11 (Full Pack.rar-Recommened)

Reply
#4

you put #include <zcmd> before #include <a_samp> there must be:
#include <a_samp>
#include <zcmd>
false if you put like this
#include <zcmd>
#include <a_samp>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)