09.08.2009, 11:08
Ok Tell me can your See ANY Thing Wong whit this code ?
Or This ?
Becus i Cant and Some how It Gives Me Those Warnings :S
OH BTW
The warnings Start After I try to make the Vehicle Menu..
Код:
Veh = CreateMenu("Vehicle Menu", 2, 200.0, 100.0, 150.0, 150.0);
AddMenuItem(Veh, 0, "Banshee");
AddMenuItem(Veh, 0, "Buffalo");
AddMenuItem(Veh, 0, "Bullet");
AddMenuItem(Veh, 0, "Infernus");
AddMenuItem(Veh, 0, "Phoenix");
AddMenuItem(Veh, 0, "Sabre");
AddMenuItem(Veh, 0, "Super GT");
AddMenuItem(Veh, 0, "Turismo");
AddMenuItem(Veh, 0, "ZR-350");
AddMenuItem(Veh, 0, "Cheetah");
Код:
if (strcmp("/Veh", cmdtext, true, 10) == 0)
{
if(GetPlayerScore(playerid) >= 50)
{
ShowMenuForPlayer(Veh,playerid);
}
else SendClientMessage(playerid,COLOR_RED,"your Dont Have the Right Score to use That Command !");
}
Код:
C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(108) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(109) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(110) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(111) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(112) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(113) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(114) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(115) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(116) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(117) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(118) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(269) : warning 213: tag mismatch C:\Documents and Settings\Game User\Skrivebord\Server\gamemodes\LSDM.pwn(379) : warning 213: tag mismatch
The warnings Start After I try to make the Vehicle Menu..


but they still the same