invalid expression, assumed zero
#1

Please help me with this.

Code:
if((!isnull(PlayerInfo[playerid][pCustomTitle]) && strcmp(PlayerInfo[playerid][pCustomTitle], "None", true) != 0 && strcmp(PlayerInfo[playerid][pCustomTitle], "0", true) != 0) {
Code:
if((!isnull(PlayerInfo[playerid][pCustomTitle]) && strcmp(PlayerInfo[playerid][pCustomTitle], "None", true) != 0 && strcmp(PlayerInfo[playerid][pCustomTitle], "0", true) != 0) {
Code:
if((!isnull(PlayerInfo[playerid][pCustomTitle]) && strcmp(PlayerInfo[playerid][pCustomTitle], "None", true) != 0 && strcmp(PlayerInfo[playerid][pCustomTitle], "0", true) != 0) {
Reply
#2

Hello!

What's with that?
Do you get any errors?
Reply
#3

Count your opening and closing brackets. I believe you have an extra '(' near the beginning.
Reply
#4

Quote:
Originally Posted by Joe Staff
View Post
Count your opening and closing brackets. I believe you have an extra '(' near the beginning.
Found that the ( was too many and it already compile thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)