25.06.2018, 15:04
If you want the fraction to be created with your name like ",TomY"
[/CODE]
Код:
new mystring[24], myname[24]; GetPlayerName(playerid, myname, 24); format(mystring, sizeof(mystring, "%s", myname); //If it's a string, it should be %s though CreateFraction(mystring, 237.2637,110.7220,8000.2188, 0, 20000, 0,0,"test","E55B3C","/test");

