[Pomoc]6 Warnings


Započeo Sukna, Februar 09, 2014, 10:28:07 PRE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:Moja
Detaljan opis problema:Ako moze pomoc da rijesim ove warninge..
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):

(6889) : warning 225: unreachable code na ovo linij nmg da rijesim pokazuje sam na SCM.. evo vam cetri linije
Poligon[playerid] = 0; DisablePlayerCheckpoint(playerid); new Float:HP; GetVehicleHealth(GetPlayerVehicleID(playerid), HP);
		    if(HP < 990.0) { SCM(playerid,COLOR_LIGHTBLUE,"{00C0FF}[Instruktor] {FFFFFF}Vase vozilo je previse osteceno pa ste pali na polaganju!"); SetVehicleToRespawn(GetPlayerVehicleID(playerid)); return 1;
            SCM(playerid,COLOR_LIGHTBLUE,"{00C0FF}[Instruktor] {FFFFFF}Cestitamo,polozili ste vozacki ispit i dobili ste dozvolu!");
		    SetVehicleToRespawn(GetPlayerVehicleID(playerid)); PlayerInfo[playerid][pADozvola] = 1; B_SpremiPodatke(playerid);


(42573) : warning 213: tag mismatch
format(stringv, sizeof(stringv), "{00c0ff}Osnovna Vrijednost:{FFFFFF} %d\n{00c0ff}Level:{FFFFFF} %d\n{00c0ff}ID Vikendice:{FFFFFF} %d",vikendicaInfo[vikkey][vikValue],vikendicaInfo[vikkey][stLevel],vikkey);


(42978) : warning 213: tag mismatch
PlayerInfo[giveplayerid][sbReket] = bkey;


(60670) : warning 213: tag mismatch
PlayerTextDrawSetString(playerid, TextdrawB4[playerid], string);


(60696) : warning 202: number of arguments does not match definition
if(!IsPlayerInRangeOfPoint(playerid, 3.0, 861.8082,-10.3442,63.3397,81.7947)) return SCM(playerid, COLOR_LIGHTBLUE,"{00C0FF}[Greska!]{C3C3C3} Niste na mjestu za kupovinu sjemena!");


(60753) : warning 202: number of arguments does not match definition
format(string, sizeof(string), "%s uzima drogu.", PlayerName(playerid));
	ProxDetector(15.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);