17.02.2014, 02:04
Still the same mistake, nom is an array with a string, you need to input numerical variables in where you get the errors:
You stored the player name in the variable "joueur" as I noticed, change those noms for joueur.
As for the line 2390: use nom instead of joueur, as again, joueur is a numerical value, you're checking strings (what the player typed)
You stored the player name in the variable "joueur" as I noticed, change those noms for joueur.
As for the line 2390: use nom instead of joueur, as again, joueur is a numerical value, you're checking strings (what the player typed)