12.03.2015, 18:37
Hello.
I have a problem with recent rent system. So i started working on him and i get some erros from the start:
- Errors:
Lines:
Line 748:
News:
Thank you very much!
I have a problem with recent rent system. So i started working on him and i get some erros from the start:
- Errors:
PHP код:
C:\Users\Dino Covic\Desktop\SAMP Server\gamemodes\Server_Skripta.pwn(748) : error 032: array index out of bounds (variable "Rent")
PHP код:
//Vozila za rentanje - Rent sistem//
{
Rent[1] = AddStaticVehicle(462,-2246.7258,2102.0068,7.6432,270.6794,1,3);
Rent[2] = AddStaticVehicle(462,-2247.0398,2099.0039,7.6432,267.8594,1,3);
Rent[3] = AddStaticVehicle(462,-2247.0439,2096.0820,7.6432,275.0662,1,3);
Rent[4] = AddStaticVehicle(462,-2227.9600,2095.8206,7.6473,88.9444,1,3);
Rent[5] = AddStaticVehicle(462,-2228.2703,2098.9202,7.6327,88.9444,1,3);
Rent[6] = AddStaticVehicle(462,-2228.0586,2101.9297,7.6432,88.9444,1,3);
Rent[7] = AddStaticVehicle(462,-2228.0935,2105.1182,7.6432,93.0178,1,3);
Rent[8] = AddStaticVehicle(462,-2228.0107,2107.6729,7.6432,93.6444,1,3);
}
PHP код:
Rent[8] = AddStaticVehicle(462,-2228.0107,2107.6729,7.6432,93.6444,1,3);
PHP код:
//Rent vozila - Rent sistem//
new Rent[8];
new INRent[MAX_PLAYERS];