Posts: 72
Threads: 20
Joined: Jan 2015
Reputation:
0
hi guy..i really new to scrpting....jst now i only know to remove object and add object....can someone make me a spawn player and skin selector...i ws delete my glandrac bcuz its make my mapping fail.....spawn player at in front of cj house ....plz someone
Posts: 220
Threads: 28
Joined: Aug 2015
Reputation:
0
Take a GameMode from internet and start to editing. If you start editing you start to learn pawn script.
For spawn, search in GameMode with ctrl+f " OnPlayerSpawn"
And there you put
SetPlayerPos (playerid, x,y,z );
Posts: 72
Threads: 20
Joined: Jan 2015
Reputation:
0
x y z?? i still not understand ==
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
X Y Z are co ordinates.
co ordinates of positions.