20.04.2018, 09:30
I recommend you to don't use Romanian scripts if you are not Romanian.
I suggest doing this:
Replace
with
I suggest doing this:
Replace
Код:
if(IsValidObject(semnalizari[GetPVarInt(playerid, "VehLamp")][2])) DestroyObject(semnalizari[GetPVarInt(playerid, "VehLamp")][2]); semnalizari[GetPVarInt(playerid, "VehLamp")][2] = INVALID_OBJECT_ID;
Код:
if(IsValidObject(semnalizari[GetPVarInt(playerid, "VehLamp")][1])) DestroyObject(semnalizari[GetPVarInt(playerid, "VehLamp")][1]); semnalizari[GetPVarInt(playerid, "VehLamp")][1] = INVALID_OBJECT_ID;