View Single Post
Moody92
Veteran Member
Join Date: May 2011
Location: Oman
Old 08-27-2019 , 13:22   Re: [REQ] Errors fix plugin
Reply With Quote #2

PHP Code:
set_task1.0"SelectYourWeapons"id ); 
There is no such function as SelectYourWeapons, it should be something like this

PHP Code:
public SelectYourWeapons(id){
//blablablabla

I am assuming that you want the survivor to choose a weapon from a menu or something, if you specify what weapons you want to show on the menu, I can make the function from scratch.
Moody92 is offline