SA-MP Forums Archive
userfile halp - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: userfile halp (/showthread.php?tid=313923)



userfile halp - davelord - 27.01.2012

Hi there. I want to have a command, like.. /makemember [ID] [phrase], for example, the 'phrase' is '1', wich would be the LSPD, then the selected ID get's skin ID 180, and the text in his userfile, preferably 'faction' get's changed to '1', and underneath it, 'factionrank "input", and then, the rcon admins are also able to do /setrank ID "name", self-explanatory; could someone explain how to do this or give me an example? Thanks.


Re: userfile halp - davelord - 29.01.2012

Bump, been two days.


Re: userfile halp - davelord - 18.02.2012

bump.


Re: userfile halp - Madd Kat - 18.02.2012

well we need more info,
for example what user system you use.
What command system? YCMD,DCMD,ZCMD?
are you gonna use sscanf2 or strok

this should be easy to do
for setting the skin
https://sampwiki.blast.hk/wiki/SetPlayerSkin

the rest will depend on how you want it implemented


Re: userfile halp - JhnzRep - 18.02.2012

I recommend you read this thread. It should show you most of what you need.
https://sampforum.blast.hk/showthread.php?tid=273088


Re: userfile halp - Madd Kat - 18.02.2012

Quote:
Originally Posted by JhnzRep
Посмотреть сообщение
I recommend you read this thread. It should show you most of what you need.
https://sampforum.blast.hk/showthread.php?tid=273088
I agree, This is actually the same tut i used to learn this part of samp.
only thing is when it comes to using.

udb_hash- don't use this, you can at first for testing but
Id look at the Whirlpool plugin for password encryption
https://sampforum.blast.hk/showthread.php?tid=65290