[Solved] How to return to float?
#6

Never tried it before, but try this:

pawn Код:
forward Float:asd();
public Float:asd()
{
  new Float:abc;
  abc = 1337.1337;
  return abc;
}
pawn Код:
printf("%f",asd());
Reply


Messages In This Thread
[Solved] How to return to float? - by arnutisz - 29.07.2009, 20:41
Re: [HELP] How to return to float? - by paytas - 29.07.2009, 20:49
Re: [HELP] How to return to float? - by afei - 29.07.2009, 20:52
Re: [HELP] How to return to float? - by arnutisz - 29.07.2009, 20:54
Re: [HELP] How to return to float? - by arnutisz - 30.07.2009, 05:56
Re: [HELP] How to return to float? - by -Sneaky- - 30.07.2009, 06:02
Re: [HELP] How to return to float? - by arnutisz - 30.07.2009, 17:18
Re: [HELP] How to return to float? - by Joe Staff - 30.07.2009, 17:41

Forum Jump:


Users browsing this thread: 1 Guest(s)