21.12.2010, 15:54
Quote:
Lol, you need to separate the actual coordinates, not put the "all" coordinates in there. So, for example:
Код:
AddPlayerClass(126,1711.8013,-2112.8604,13.3828,271.2368,0,0,0,0,0,0); Код:
AddPlayerClass(126,[1711.8013,-2112.8604,13.3828],271.2368,0,0,0,0,0,0); // P2 Код:
1711.8013,-2112.8604,13.3828 Example: Код:
Moveobject(rocket, coordinates(1711.8013,-2112.8604,13.3828), 2.0); // 2.0 = Speed example: Код:
1711.8013,-2112.8604,13.3828+600 |