making a skin for a curtain name only
#1

Hey guys. I have a question again. I want to have skin 288 only for these names to be able to choose:
[LSP]Uchiha[HL]
[LSP]Drevel[HL]

I think this is possible. But how?
Reply
#2

new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
if(strcmp(name, "name") == 0)
{
SetPlayerSkin(playerid, 28;
}
Reply
#3

you /owns. Thanks man. It is working perfect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)