30.12.2009, 03:05
Quote:
Originally Posted by Hiitchy - Oui, tu comprends?
For warnings 1 - 4:
You defined MYSQL_HOST, MYSQL_USER, MYSQL_PASS and MYSQL_DB 2 or more times alerady, give the variable another name. warnings on lines 22648, 22648 and 22652 can be fixed by tabbing around. (Hitting tab to line it up) warning on line 42985: You made AdminDuty equal something, this should most likely equal 1. i.e. AdminDuty[playerid] == 1; or AdminDuty[playerid] = 1; Hiitchy- |