CMD:chouse(playerid, params[]){ new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X, Y, Z); CreatePickup(1273, 23, X,Y,Z, -1); return 1;}