Error: Expected token: "]", but found "-identifier-"
I'm trying to remake mapsmenu plugin using new style menus but I've got an error... one every few minutes. :P Currently one below
PHP Code:
Quote:
Quote:
|
Re: Error: Expected token: "]", but found "-identifier-"
MenuVoteMapSingle(iPlayer, sMapName
you forget ); |
Re: Error: Expected token: "]", but found "-identifier-"
Thanks, I haven't noticed but the problem still remains.
|
Re: Error: Expected token: "]", but found "-identifier-"
You can do
if(sizeof(gMapsSelected[iPlayer]) == 0) -> if( !gMapsSelected[iPlayer][0] ) |
| All times are GMT -4. The time now is 18:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.