Detaljan opis problema: gde da stavim GetName(playerid), gde god stavim baca error
Dio skripte:
[pawn] vehicle3Dtext[ vozilo1 ] = Create3DTextLabel( "[ADMIN VOZILO - %s]", 0xC5C927FF, 0.0, 0.0, 0.0, 50.0, 0, 1 );
Attach3DTextLabelToVehicle( vehicle3Dtext[ vozilo1 ] , vozilo1, 0.0, 0.0, 0.0,);[/pawn]
Neke slike/video za lakse dobivanje pomoci(neobavezno):/
[pawn]new string[42];
format(string, sizeof(string), "[ADMIN VOZILO - %s]", GetName(playerid));
vehicle3Dtext[ vozilo1 ] = Create3DTextLabel( string, 0xC5C927FF, 0.0, 0.0, 0.0, 50.0, 0, 1 );
Attach3DTextLabelToVehicle( vehicle3Dtext[ vozilo1 ] , vozilo1, 0.0, 0.0, 0.0,);[/pawn]