09.07.2009, 13:57
Ok, so I have a problem with my current login system.
Let's take the userfile Samp.dudb as an example:
Now, when I go in-game and I type '/login xxxxx' it will say 'Access granted' or something - but then I have to spawn by pushing SHIFT.
When I push shift I spawn with CJ's skin because of this:
If I want the character to have skinID 105 I will have to spawn before I log in, but I don't want to have it like that. I want to be able to do '/login xxxxx' and then spawn without pushing SHIFT because I'll then have skinID 105.
How can I make something like this?
Let's take the userfile Samp.dudb as an example:
Код:
Password_Hash = xxxxx Money = 491059 Skin = 105
When I push shift I spawn with CJ's skin because of this:
pawn Код:
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
How can I make something like this?