Some warning about y_commands
#1

Код:
warning 218: old style prototypes used with optional semicolumns
warning 203: symbol is never used: "params"
Warning on line

Код:
YCMD:startsweep(playerid, params[], help)
i try
Код:
#pragma unused params
but don't work
also i try put
Код:
#pragma unused help
together under bud also don't work
Reply
#2

A quick search shows me that it might have something to do with compile parameters. Did you change the compile parameters?
Reply
#3

what is the compile parameters i don't change nothing about that
Reply
#4

Try this;

pawn Код:
YCMD:startsweep(playerid, params[])
Reply
#5

Quote:
Originally Posted by Translator
Посмотреть сообщение
Try this;

pawn Код:
YCMD:startsweep(playerid, params[])
Dont try this, YCMD most definitely does have a help param. But what you could try is
pawn Код:
CMD:startsweep(playerid, params[])
ZCMD is plug-n-play so this will use YCMD but it looks like ZCMD.
Reply
#6

Not work and Bump
Reply
#7

Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)