30.08.2011, 08:35
Create a global variable instead local one.
pawn Код:
new Siren[MAX_PLAYERS];//On top of your script
Siren[playerid] = Create...............
DestroyObject(Siren[playerid]);