29.08.2015, 13:55
Hello, I have a command wich attaches me an object. Why the object is not showing?
On top of the script, the definition:
In the command:
On top of the script, the definition:
PHP код:
new Matura[MAX_PLAYERS];
PHP код:
Matura[playerid] = CreateObject(1778, 0.0,0.0,0.0,1.7350, 0.0, 0.0, 0.0);
AttachObjectToPlayer(Matura[playerid], playerid, -0.2, 0.15, -1, 0, 0, -90);