Vito.
Ran Away
The more you learn , the more you gain.
Posts: 83
Scripter: Expert
Mapper: Beginner
Location: Nepal
|
Post by Vito. on May 7, 2015 1:20:12 GMT
Please, I dont want any youtube links , I want some members or staff member to help me in mapping (with steps) , I want to create DM but I dont know how to create player spawnpoint in map is anyone ready to teach me?
If you know how to set player spawn point (dm /tdm) feel free to post the reply below :-
|
|
|
Post by Cyber on May 7, 2015 4:24:18 GMT
Here, replace x,y,z with your desired coordinates
public OnPlayerSpawn(playerid) { SetPlayerPos(playerid,x,y,z); return 1; }
|
|
Vito.
Ran Away
The more you learn , the more you gain.
Posts: 83
Scripter: Expert
Mapper: Beginner
Location: Nepal
|
Post by Vito. on May 7, 2015 5:15:15 GMT
ooo
|
|
|
Post by Cyber on May 7, 2015 5:27:16 GMT
It's easy, if you need to spawn players on a specific team type
public OnPlayerSpawn(playerid) { // If you want to set to team 3 then SetPlayerTeam(playerid, 3); return 1; }
|
|
|
Post by Cyber on May 7, 2015 5:28:31 GMT
It really depends on the mode you're creating, It takes a lot of explanations & ideas to create a full script. When you're finish you'll realize that it's easy
|
|