Numbers wont Appear in dialog
#2

You are using "float" instead of an integer, age and skin are not floats.

instead of

pawn Код:
new rmenu[600], gender[8], float:age, float:skin;
use this, it should fix your problem

pawn Код:
new rmenu[600], gender[8], age, skin;
the problem was you we're using Floats in age and skin, which should be an integer, removing the "float:" in your code should fix the problem.
Reply


Messages In This Thread
Numbers wont Appear in dialog - by XSharkX - 24.05.2018, 10:13
Re: Numbers wont Appear in dialog - by SeanDenZYR - 24.05.2018, 10:24
Re: Numbers wont Appear in dialog - by XSharkX - 24.05.2018, 10:30
Re: Numbers wont Appear in dialog - by TadePoleMG - 24.05.2018, 10:33
Re: Numbers wont Appear in dialog - by XSharkX - 24.05.2018, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)