Help Please - 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: Help Please (
/showthread.php?tid=475732)
Help Please -
Le3aT - 14.11.2013
I have some problems please :/
I made a server but players sprint with a ridiculous way I want to set the speed to normal How please ?
Another Problem:
How can i set the weapons on 2 hands like Deagle On one hand
SPAS on the two hands
Another one :/ :
If i want someone if he choose skin EX: 287 It gives him type of weapon i specify them
Last one :
When i play with my friends on the server they lose a lot of HP with one shot or die with two
Re: Help Please -
Konstantinos - 14.11.2013
https://sampwiki.blast.hk/wiki/UsePlayerPedAnims
Quote:
Note: Not using this function causes two-handed weapons to be held in only one hand.
|
This function is what you're asking for both of them.
Re: Help Please -
Le3aT - 14.11.2013
Quote:
Originally Posted by Konstantinos
|
And how can i set the weapon if he choose some kind of skin ?
Re: Help Please -
Reera - 14.11.2013
pawn Код:
if(GetPlayerSkin(playerid) == 287)
{
Giveplayerweapon(etc,etc)
}