How to Change newbie skin?
#1

When people Register in my server And finishing the tutorial They get Skin id 299
How i can Change it?
Reply
#2

SetPlayerSkin(playerid,skinid);

...
Reply
#3

i Trying to Find in my Script about SetPlayerskin(playerid, 299);
and can't find it..
Reply
#4

Search for SpawnInfo or AddPlayerClass
Reply
#5

Found
Quote:

SetSpawnInfo(playerid, PlayerInfo[playerid][pTeam], PlayerInfo[playerid][pModel], PlayerInfo[playerid][pPos_x], PlayerInfo[playerid][pPos_y], PlayerInfo[playerid][pPos_z], 1.0, -1, -1, -1, -1, -1, -1);

And
Quote:

AddPlayerClass(Peds[i][0],1958.3783,1343.1572,1100.3746,269.1425,-1,-1,-1,-1,-1,-1);

Reply
#6

what is your pmodel?

search
PlayerInfo[playerid][pModel] = 299;

or

PlayerInfo[playerid][pModel] =

or

pModel
Reply
#7

Quote:
Originally Posted by Roel
Посмотреть сообщение
what is your pmodel?

search
PlayerInfo[playerid][pModel] = 299;

or

PlayerInfo[playerid][pModel] =

or

pModel
Thanks +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)