09.09.2012, 10:15
Can someone explain how to make moving gates? It'd be really nice. The weird thing is that I use to know this but I forgot since I quit samp for around 7 months
new gate;
public OnGameModeInit()
{
gate=CreateObject(...);//saving id in (global)variable.
return 1;
}