27.12.2014, 19:54
(
Последний раз редактировалось LetsOWN[PL]; 27.12.2014 в 19:55.
Причина: Found the solution, gimme time to assemble
)
Hello there.
This makes compilator goes crazy.
You can not put name of command inside of if() statement.
Just try replacing
with
It will get compiled, but script beneath this condition will be run anyways.
Do you want to check for parameters provided using this command, or what?
Greetings.
Edition in progress
Код:
CMD:dynamicgift(playerid, params[]) if(dynamicgift == 0)
You can not put name of command inside of if() statement.
Just try replacing
Код:
if(dynamicgift == 0)
Код:
if(true)
Do you want to check for parameters provided using this command, or what?
Greetings.
Edition in progress