Posts: 673
Threads: 169
Joined: Apr 2008
Reputation:
0
Ok so far ive learnt
Car spawning
Player class
Teleports
Moving gates
Interiors
Gamemodes
Spawning Colours
Textdraws
Can anyone think of something i havent learnt and then i could learn on that
Posts: 606
Threads: 3
Joined: Apr 2008
Reputation:
0
Creating objects and pickups and use them correctly.
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
Why should you use someone's else code while it's so easy?
Make your own, if you have problems, post them here.
Posts: 1,358
Threads: 89
Joined: Apr 2009
Reputation:
0
Teleport commands are easy to make. Make a normal command, and set line SetPlayerPos(playerid, x,y,z) Replace x, y and z with coordinates you want player to teleport
Posts: 870
Threads: 26
Joined: Mar 2009
Reputation:
0
How can i make a gate that opens when you go closer to it ?