Getting arguments
When you get an argument from a function using read_argv, how can you get numbers? I thought u can just do it just like this:
new temp[3] read_argv(id,temp,3) new number = str_to_num(temp) only problem is, number = 0, always. How can I get numbers from the argument? Also, does ns_set_points() and ns_set_exp() actually work? If so how can I use them? |
Re: Getting arguments
Quote:
2. Be sure to get the right parameter # into the first parameter of read_argv(). To me it looks a little unspecified in your example. Code:
|
Wow, your right. I just realized that. Lmao, I haven't taken in arguments in such a long time I forgot how to use it.
Ty |
ADSA
|
| All times are GMT -4. The time now is 19:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.