Posts: 153
	Threads: 64
	Joined: Nov 2013
	
	
 
 
	
	
	
		
	Posts: 235
	Threads: 7
	Joined: Nov 2013
	
Reputation: 
0
	 
	
	
		1) GameTextForPlayer(playerid, "Street Racer", 3000, 3);
2) First get to the stage where the script knows what skinid you're choosing.
3) When you know how to get num. 2), detect the skinid and change the playerid color SetPlayerColor(playerid, 0x20B2AAFF); // etc
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 153
	Threads: 64
	Joined: Nov 2013
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Loot  1) GameTextForPlayer(playerid, "Street Racer", 3000, 3);2) First get to the stage where the script knows what skinid you're choosing.
 3) When you know how to get num. 2), detect the skinid and change the playerid color SetPlayerColor(playerid, 0x20B2AAFF); // etc
 | 
 Can you please explain more i am newbie tho And thanks for reply
What is the stage of script and where can i add GameTextForPlayer(playerid, "Street Racer", 3000, 3);
And where can i add the Skin id in this ? SetPlayerColor(playerid, 0x20B2AAFF); 
Sorry for a lot of questions but i really want to know
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 342
	Threads: 24
	Joined: Feb 2013
	
	
 
 
	
	
	
		
	Posts: 153
	Threads: 64
	Joined: Nov 2013
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Raza2013   | 
 Lol i only use it for making server teleporting ETC..
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 153
	Threads: 64
	Joined: Nov 2013
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Djole1337  You can use this: 
pawn Код: public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ){
 if (IsPlayerAdmin(playerid))
 {
 SetPlayerPosFindZ(playerid, fX, fY, fZ);
 }
 return 1;
 }
 | 
 Thanks a lot 

 you are the best 
No hacks now :P
	 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 153
	Threads: 64
	Joined: Nov 2013
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Loot  I'm not going to create that code for you, make a search at the forum about DM GameModes, and if you're lucky you might find something similar to that there.EDIT :
 
Find out where you detecting the skinid
 
pawn Код: if(skinid[playerid == 286) {GameTextForPlayer(playerid, "Cop", 3000, 3);
 // etc
 }
 And to change the color, detect what skinid he uses and set his color accordinaly:
 
pawn Код: public OnPlayerSpawn(playerid){
 if(skinid[playerid == 286) {
 SetPlayerColor(playerid, 0x20B2AAFF);
 // etc
 }
 return 1;
 }
 | 
 Thanks and can you tell me the ingame Mapping ?
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,233
	Threads: 269
	Joined: Oct 2008
	
Reputation: 
0
	 
	
	
		Use mapping programs but best one for me is MTA, search on ****** for them and uninstall hacks lol