02.09.2010, 11:25
Hi...
I want to add register numbers of police vehicles... I used:
but as you can imagine it doesn't work...
I used:
and I made it sent it when you enter the vehicle...
however... it doesn't work
How to save the number in the rnumber...?
I want to add register numbers of police vehicles... I used:
Код:
new rnumber[MAX_VEHICLES][number[10]];
I used:
Код:
public OnVehicleSpawn(vehicleid)
{
if(vehicleid == polcar1){
new string[10];
format(string, sizeof(string), "GO-1");
rnumber[vehicle][tail[10]] = string);
}
return 1;
}
however... it doesn't work

How to save the number in the rnumber...?

