27.02.2012, 18:04
Hai,
I would like to know:
Does codes like this below takes ram&cpu?
Does they tales ram&memory?
Thanks in advance,
Aco.
I would like to know:
Does codes like this below takes ram&cpu?
Код:
public OnPlayerRequestSpawn(playerid)
{
return 1;
}
public OnObjectMoved(objectid)
{
return 1;
}
public OnPlayerObjectMoved(playerid, objectid)
{
return 1;
}
Thanks in advance,
Aco.

