27.02.2017, 03:56
Quote:
I'm sorry, i just asked because your repairs not work here...
I didn't used actors because there was not stream for this, now this guy show me... But not work.. So sad ![]() Look what happen... Apparently it was work: ![]() ![]() ![]() ![]() ![]() There is more then one actor on same position, but in differences virtual worlds (store system)... |
![Sad](images/smilies/sad.gif)
And after in game i cant even create a simple actor in game using this command
Код:
CMD:actor(playerid, params[]) { new skin; if(sscanf(params, "i", skin)) return SendClientMessage(playerid, -1, "Usage: /actor <skin>"); new Float:pos[4]; GetPlayerPos(playerid, pos[0], pos[1], pos[2]); GetPlayerFacingAngle(playerid, pos[3]); CreateDynamicActor(skin, pos[0] + 1, pos[1], pos[2], pos[3], GetPlayerVirtualWorld(playerid), GetPlayerInterior(playerid), false, 100); return 1; }