27.09.2016, 17:22
Quote:
Right.. I've added some dynamic objects on Ongamemodinit callback, but they only appear when I click on spawn.
Heres one of the line of code: Код:
CreateDynamicObject(12957,1817.8000000,-1281.3000000,131.6000100,0.0000000,0.0000000,40.0000000); //object(sw_pickupwreck01) (1) |
PHP код:
public OnPlayerRequestClass(playerid, classid)
{
Streamer_UpdateEx(playerid, 1817.8000000, -1281.3000000, 131.6000100);
}