tag mismatch please help me
warning 213: tag mismatch
CMD: oldbiz(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 1338 ) { new count, string[128], str[5200], name[24], filepath[32]; for(new i=0; i<MAX_BUSINESSES; i++) { if(count < 20) { format(name, sizeof(name), "%s", BizInfo[i][pBizKey]); format(filepath, sizeof(filepath), "users/%s.ini", name); if(strcmp("Nobody", name, true) && strcmp("None", name, true)) { |
Re: tag mismatch please help me
which line? what plugin?
We don't know what are you talking about. At least post full function part or whole plugin. AND USE [PHP] or [CODE] so we can read and help you |
Re: tag mismatch please help me
format(name, sizeof(name), "%s", BizInfo[i][pBizKey]);
this line is my problem bro i dont know what is wrong btw this is pwn script |
Re: tag mismatch please help me
post-the-plugin
This is not enough information to know what wrong My best guess is something wit BizInfo[i][pBizKey but that all I can see from what you give |
Re: tag mismatch please help me
Code:
CMD:oldbiz(playerid, params[]) |
Re: tag mismatch please help me
Since those are global variables, it's not possible to know what is wrong with just that function. Please attach the .sma file.
|
Re: tag mismatch please help me
for what game you're scripting? (just wonder)
|
| All times are GMT -4. The time now is 02:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.