26.08.2014, 21:38
I posted a thread for a user system and someone lead me to this page on the forum :
https://sampforum.blast.hk/showthread.php?tid=414141
I took a peek at this page and I started add everything in my gamemode script. I followed every single step he showed us but there was something I didnt understand here it is:
We need a file called "mode.EN" in the directory "scriptfiles/YSI/text" with at least one section called "messages":
Code:
[messages]
WELCOME_BACK = Welcome back to the server
Also when I compiled my gamemode script I had one error here's my error :
fatal error 111: user error: Could not find WP_Hash.
What do I have to do to fix that ? and by the way here's my script :
http://pastebin.com/MK7K8URa
Thanks for your help and cooperation
https://sampforum.blast.hk/showthread.php?tid=414141
I took a peek at this page and I started add everything in my gamemode script. I followed every single step he showed us but there was something I didnt understand here it is:
We need a file called "mode.EN" in the directory "scriptfiles/YSI/text" with at least one section called "messages":
Code:
[messages]
WELCOME_BACK = Welcome back to the server
Also when I compiled my gamemode script I had one error here's my error :
fatal error 111: user error: Could not find WP_Hash.
What do I have to do to fix that ? and by the way here's my script :
http://pastebin.com/MK7K8URa
Thanks for your help and cooperation