Posts: 516
Threads: 77
Joined: Dec 2011
Reputation:
0
use onplayerRequestClass for this and Gametextforplayer
Posts: 449
Threads: 140
Joined: Apr 2012
Reputation:
0
oh thanx but You see The PIcture That I Attached to my post?
Thats How I want it so for EX the player conected and he is at the <--- ---> (Spawn) and the Skin # is 0 I want it to Say CJ Just like in the picture
Posts: 449
Threads: 140
Joined: Apr 2012
Reputation:
0
Hey But You Have ID 1 and Also were Should I put it HEre is what i Have
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerInterior(playerid,14);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
return 1;
}
Posts: 449
Threads: 140
Joined: Apr 2012
Reputation:
0
Thanks But What if I Want to Put more Than 1 skin So I want Skin 0 and 1 i do this
--------------------------------------------------------------------------------
public OnPlayerRequestClass(playerid, classid){ switch(classid) {
case 0: GameTextForPlayer (playerid,"~n~~n~~b~~h~CJ",1000,5);
case 1: GameTextForPlayer (playerid,"~n~~n~~b~~h~Truth",1000,5);
And Keeps Going and going?