Unlimit actors
#10

Quote:
Originally Posted by pedrotvr
Посмотреть сообщение
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)...
I had this same problem
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;
}
Reply


Messages In This Thread
Unlimit actors - by gmstrikker - 23.02.2017, 08:12
Re: Unlimit actors - by vital2k - 23.02.2017, 09:21
Re: Unlimit actors - by gmstrikker - 23.02.2017, 09:45
Re: Unlimit actors - by maikons - 24.02.2017, 09:05
Re: Unlimit actors - by luccagomes15 - 24.02.2017, 17:39
Re: Unlimit actors - by Private200 - 24.02.2017, 17:46
Re: Unlimit actors - by pedrotvr - 25.02.2017, 04:17
Re: Unlimit actors - by Private200 - 25.02.2017, 17:00
Re: Unlimit actors - by pedrotvr - 26.02.2017, 02:25
Re: Unlimit actors - by gmstrikker - 27.02.2017, 03:56

Forum Jump:


Users browsing this thread: 4 Guest(s)