20.10.2009, 00:28
REMOVED
Originally Posted by kman
so ima trying to make an elevator out of a heli landing pad but i dont know the object id i search samp wiki couldnt find it unless its called heliport also is this right format in this case
Код:
public OnGameModeInit() { new obj; obj = CreateObject(980,0,0,0,0,0,0); return 1; } public OnPlayerCommandText() { if(strcmp(cmdtext, "/moveobject", true) == 0) { MoveObject(obj, 0, 0, 10, 2.00 ); return 1; } return 0; |
Originally Posted by kman
hold on let me see but u know on tall building in ls the top of it it looks like a star
|
Originally Posted by kman
ill check it out to see because i just downloaded it
|
Originally Posted by kman
yes i think what do u mean cant ramp off
|