Help, FRIGGIN ZCMD !
#1

Hi guys,
I really need help! This is my first time I am doing zcmd commands, and now when I went step by step at the tutorial and started tu put a command like this:
Код:
CMD:createhouse(playerid,params[])
I get ERRORS like this:
Код:
error 029: invalid expression, assumed zero
error 017: undefined symbol "cmd_createhouse"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Please help, because I have started to go crazy.


EDIT: I have all the needed includes in my script and in the include folder.
Reply
#2

Remove the command from OnPlayerCommandText
Reply
#3

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Remove the command from OnPlayerCommandText
What command?
This is my only command.
Reply
#4

Put
pawn Код:
CMD:createhouse(playerid,params[])
anywhere. Outside of any callbacks.
Reply
#5

Quote:
Originally Posted by newbienoob
Посмотреть сообщение
Put
pawn Код:
CMD:createhouse(playerid,params[])
anywhere. Outside of any callbacks.
THANK YOU SO F* MUCH! I LOVE YOU MAN!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)