Detaljan opis problema: Dodao sam 3D text na 4 vozila,i kad sam usao na server nema ih.
Deo skripte:
Na vrh skripte:
new Text3D:autoskola;
new autosk;U OnGameModeInit:
autoskola = Create3DTextLabel("[-> AUTO-SKOLA <-]",0x008080FF, 0.0, 0.0, 0.0, 50.0, 0, 1 );
Attach3DTextLabelToVehicle(autoskola, autosk, 0.0, 0.0, 2.0);Vozila:
autosk = AddStaticVehicleEx(405,2052.5889,-1903.9319,13.4218,180.9040,44,44,30000);
autosk = AddStaticVehicleEx(405,2055.9761,-1903.8756,13.4219,179.6732,44,44,30000);
autosk = AddStaticVehicleEx(405,2059.1111,-1903.9015,13.4219,180.2001,44,44,30000);
autosk = AddStaticVehicleEx(405,2062.3347,-1903.9109,13.4219,179.3091,44,44,30000);*Radio sam po tutuorialu sa SaMp Wiki stranice
