Help me?
#1

Can someone help me with skins how to do this add an skin like u choose an officer u spawn another place and u shoow another skin u spawn another place?
Reply
#2

You need to add the AddPlayerClass function in the OnGameModeInit callback. For example if you choose an officer skin and you want it to spawn in the LSPD you add this line to the GameModeInit callback:

Код:
AddPlayerClass(280, 1545.1589, -1675.1914, 13.5598, 88.4566, 0, 0, 0, 0, 0, 0);
280 is the player skin. the 3 parameters after that are the coordinates of the spawn, etc. (see https://sampwiki.blast.hk/wiki/AddPlayerClass)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)