void main()
{
event custom_ev = Event(EVENT_TYPE_DAMAGED);
if (IsEventValid(custom_ev) != TRUE)
DisplayFloatyMessage(OBJECT_SELF, "invalid event");
SetEventInteger(custom_ev, 0, 10);
DisplayFloatyMessage(OBJECT_SELF, IntToString(GetEventInteger(custom_ev, 0)));
}
It displays 0 ...
Modifié par anakin5, 05 février 2010 - 03:08 .





Retour en haut






