CMD:snow(playerid, params[]){ new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X, Y, Z); return CreateObject(18863, X, Y, Z, 0.0, 0.0, 0.0);}