Actor doesn't create with custom skin in 0.3.8
#8

Код:
CMD:test ( playerid, params[] ) {

	new Float:x, Float:y, Float:z;
	GetPlayerPos ( playerid, x, y, z );
	new yy = CreateActor ( 25002, x, y, z, 69 ); 
	SetPlayerSkin ( playerid, 25002 );
	printf ( "%d", yy );

	return true;
}
Skin does apply on player, although the actor cannot be created with the skin listed above.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)