Need help for a little thing
#4

Thanks JaTochNietDan, it worked well. Now i added some stuffs, like the car ID and Model, but i get an error while i did the vehicle model part.

Код:
	if (IsAnOwnedCar(vehicleid) && !ispassenger)
	  {
	  new string[MAX_STRING];
	  new ID = GetPlayerVehicleID(playerid);
	  new carname[MAX_STRING];
		carname = LVehiclesName[GetVehicleModel(GetPlayerVehicleID(playerid))-400];
		format(string, sizeof(string), "[ ! ] ID : %d \' %s \' Achetйe par : %s", ID, carname, CARSHOP[vehicleid][Owner]);
		SendClientMessage(playerid,0xAFAFAFAA, string);
		}
	return 1;
Код:
C:\Desktop\ServeurGTA\gamemodes\RP.pwn(1169) : error 047: array sizes do not match, or destination array is too small
Reply


Messages In This Thread
Need help for a little thing - by Alice[WS] - 01.09.2009, 23:53
Re: Need help for a little thing - by JaTochNietDan - 01.09.2009, 23:59
Re: Need help for a little thing - by coole210 - 02.09.2009, 00:09
Re: Need help for a little thing - by Alice[WS] - 02.09.2009, 11:05
Re: Need help for a little thing - by Alice[WS] - 02.09.2009, 14:32
Re: Need help for a little thing - by Alice[WS] - 02.09.2009, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)