did someone have the clothes system
#1

not change player skin

is let the player SetPlayerAttachedObject

can some one help me i will very thank you
Reply
#2

Can you explain more?

I am willing to help if you do.
Reply
#3

Quote:
Originally Posted by iGetty
Посмотреть сообщение
Can you explain more?

I am willing to help if you do.
like the player in the clothes shop
he can bought a cap a glasses or a phone
something else
sorry for my bad english
Reply
#4

Then all you have to do is:

pawn Код:
command(buyclothes, playerid, params[]){
    SetPlayerAttachedObject(playerid, index, modelid, bone);
    return 1;
}
You can always use "ShowPlayerDialog" for the player to be able to choose a range of items.

More information can be found on this link: SetPlayerAttatchedObject
Reply
#5

Quote:
Originally Posted by iGetty
Посмотреть сообщение
Then all you have to do is:

pawn Код:
command(buyclothes, playerid, params[]){
    SetPlayerAttachedObject(playerid, index, modelid, bone);
    return 1;
}
You can always use "ShowPlayerDialog" for the player to be able to choose a range of items.

More information can be found on this link: SetPlayerAttatchedObject
thank you very much
Reply
#6

No problem. If you need anymore help, then re-post here. I am here to help for a few hours. (Also, +rep me if you don't mind :3)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)