19.11.2009, 16:21
Quote:
Originally Posted by hipy
didnt work, you get the normal falling animation and i can cyle trough weapons( so i decide to wear it or not )
what i do on spawm Код:
if(dm[playerid] == 1) { GivePlayerWeapon(playerid, 46, 1); SetPlayerPos(playerid, ****,161.1266); SetPlayerFacingAngle(playerid, 191.4758); SetPlayerArmedWeapon(playerid, 46); SetCameraBehindPlayer(playerid); PlayerPlaySound(playerid,1098 ,0, 0, 0); } |