[HELP] Send function with param 2
Can anyone explain to me why I get argument type mismatch (Argument 2) and (Argument 3) at the last on the red code?
Code:
#define Model1 "models/model1.mdl" |
Re: [HELP] Send function with param 2
Because you are passing strings (arrays) to a function that expects a single cell. Define your function2 as:
PHP Code:
|
Re: [HELP] Send function with param 2
thanks man :D problem solved ^_^
|
| All times are GMT -4. The time now is 09:21. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.