24.01.2018, 15:31
Код:
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; }