2 warnings
#10

dude, this is a easy prob to fix!!!! Just put a tab on the 806 line. watch...
Код:
798 IsPlayerInInvalidNosVehicle(playerid,vehicleid){
799
800	new InvalidNosVehicles[MAX_INVALID_NOS_VEHICLES] ={
801	581,523,462,521,463,522,461,448,468,586,
802	509,481,510,472,473,493,595,484,430,453,
803	452,446,454,590,569,537,538,570,449,
804  };
805
806	     vehicleid = GetPlayerVehicleID(playerid);
807
808	if(IsPlayerInVehicle(playerid,vehicleid)){
809	for(new i = 0; i < MAX_INVALID_NOS_VEHICLES; i++){
810	if(GetVehicleModel(vehicleid) == InvalidNosVehicles[i]){
811	return true;
812			}
113		}
114	}
115	return false;
}
should work!!!
Reply


Messages In This Thread
2 warnings - by [HKS]dlegend - 26.09.2009, 01:28
Re: 2 warnings - by [HiC]TheKiller - 26.09.2009, 03:03
Re: 2 warnings - by [HKS]dlegend - 26.09.2009, 03:16
Re: 2 warnings - by Peter_Corneile - 26.09.2009, 06:03
Re: 2 warnings - by [HKS]dlegend - 26.09.2009, 11:26
Re: 2 warnings - by [HiC]TheKiller - 26.09.2009, 11:33
Re: 2 warnings - by [HKS]dlegend - 26.09.2009, 12:02
Re: 2 warnings - by Peter_Corneile - 26.09.2009, 13:33
Re: 2 warnings - by [HKS]dlegend - 26.09.2009, 14:32
Re: 2 warnings - by Tigerbeast11 - 26.09.2009, 14:37

Forum Jump:


Users browsing this thread: 3 Guest(s)