28.04.2012, 01:55
Sure does, but I have a "tag mismatch" warning on my call to this function if you dont mind helping me to fix it :P
warning was for this:
In my eyes, I am sending the string "main" to the parameter 'menu', so I don't know why Im getting this
.
Oh, and Im not sure what you meant about, having to set a string size in my comparison.
in this?:
warning was for this:
pawn Код:
if(isPlayerIn(playerid, "main") == false)
![Confused](images/smilies/confused.png)
Oh, and Im not sure what you meant about, having to set a string size in my comparison.
in this?:
pawn Код:
if(strcmp("main", menu, true))