13.02.2009, 20:14
Hello.
I have a problem whit my SA:MP server - im a new scripter and will try to place a gate.
But when i use SetObjectPos to set my object sе
Then my server cannot start - if i remove it the server starts fine?
What is the problem ?
I have a problem whit my SA:MP server - im a new scripter and will try to place a gate.
But when i use SetObjectPos to set my object sе
Код:
public OnGameModeInit()
{
SetObjectPos(971,1780.2560,-1896.2129,13.3895);
return 1;
}
What is the problem ?

