26.01.2018, 11:39
PHP код:
public OnGameModeInit()
{
new check = CreateObject(18727, pos[0], pos[1], pos[2]-2, 0.0, 0.0, 0.0, 6000.0);
for(new f; f < 10; f++)SetObjectMaterial(check, f, 18657, "lightbeams", "Red-512x512", 0xFFFFFFFF);
return 1;
}
Thanks for help