Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
Hey all i want to learn something like , if there is a command such as /heal
If player types /heal it's ok , but if he type /HEAL or /hEal or something it doesn't come can anyone teach me how to make everything to work if the letters are correct..
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
The codes I gave aren't working 1% .. lol
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
That's not working , player is losing stamina
Posts: 850
Threads: 29
Joined: Sep 2014
Reputation:
0
I edited my code, try it again.
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
Not working , player is getting tired ATGOggy
Posts: 1,578
Threads: 15
Joined: Feb 2013
Reputation:
0
It's not working because:
1- You're using MAX_PLAYERS instead of a player id.
2- You're using SetTimer, not SetTimerEx, it doesn't have any parameters.
3- It's not possible to have unlimited stamina.
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
i used max player's because it will set for all.. and thanks for the info...