I'm not sure how this works so an explanation along with an example would be great.
I figured I needed an entity to spawn the cloud, but I'm not sure which entity is invisible and does not clip the player.
PHP Code:
new Float:g_origin[3] = {1247.968750, 2560.031250, 132.031250}
new Float:g_angle[3] = {0.0, 0.0, 0.0};
new iEntity = create_entity("info_target");
engfunc(EngFunc_PlaybackEvent, 0, iEntity, 26, 0.0 , g_origin, g_angle, 0.0, 0.0, 0, 1, 0, 0);
Thanks!