27.01.2011, 18:12
What Wrong Here Im get error plz Help
Код:
E:\2b to 3c editing and more\samp03csvr_win32\pawno\include\erpPickupStreamer.inc(3) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS") E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(22880) : warning 213: tag mismatch E:\2b to 3c editing and more\samp03csvr_win32\gamemodes\APRPGamemode.pwn(22887) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.
Код:
if(level >= 1) { format(string,sizeof(string),"Level of Biz set to %d.",level); SendClientMessage(playerid, COLOR_LIGHTRED, string); SBizzInfo[i][bLevelNeeded] = level; OnPropUpdate(); } } }