28.02.2017, 22:29
Quote:
Test it yourself.
Код:
public OnGameModeInit() { new fasdas; fasdas = CreateDynamicObject(params); printf("%d this is the object id",fasdas); DestroyDynamicObject(fasdas); fasdas = CreateDynamicObject(params); printf("%d this is the new object id",fasdas); return 1; } |