Darn darn, well, how can i make so that if i do:
Code:
// after defines...
new Float:porigin[3] = { 1153.0, -289.0, -25.0 }
//after plugin init...
public testRadio()
{
new boxOfRadio = create_entity("whatsthebestentityhere") //what entity should i choose?
entity_set_origin( boxOfRadio, porigin)
emit_sound(boxOfRadio, CHAN_AUTO, "Pimplordz/Music/whatislove.wav", 1.0, ATTN_NORM, 0, PITCH_NORM)
}
__________________