|
Author
|
Message
|
|
Veteran Member
Join Date: Apr 2005
Location: Florida
|

04-05-2006
, 21:56
|
#1
|
I won't fix it but I will help you along.
First, dont use variable = "string". you must use format, copy, or any string function for that.
Second, change set_task(Float:10.0,.... to set_task(10.0,.... if you are supplying a floating point number you don't use the Float:
Third, using if (read_argc() == 0) return PLUGIN_HANDLED in the menu call back will always return. There aren't arguments in that function call.
|
|
|
|