Gde


Započeo ᗪ卂乂, Februar 12, 2018, 02:16:19 PRE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Detaljan opis problema: gde da stavim GetName(playerid), gde god stavim baca error
Dio skripte:
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,);

Neke slike/video za lakse dobivanje pomoci(neobavezno):/

credits: Xunder, Ino420, Muma

Citat: Pottus;3903994
SetPlayerPos("dreni1998", 666.666, 666.666, 666.666, 666.666);    ///// GO IN HELL MOTHERFUCKER

https://i.imgur.com/XHLx9oj.gif
https://i.ibb.co/ZJqQKWT/NXRX.gif

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,);