how would i fix this?
#1

is this a samp bug because their at the spawn sometimes and if you can remove them how??





thanks
Reply
#2

I'm having the same problem, when people spawn they often appear with an item in their hand for some weird reason. Could be a pot, sprunk, cellphone or anything really.
Reply
#3

Quote:
Originally Posted by Not available
Посмотреть сообщение
I'm having the same problem, when people spawn they often appear with an item in their hand for some weird reason. Could be a pot, sprunk, cellphone or anything really.
if you find out how 2 fix please tell meh
Reply
#4

me too... when ppl spawns in my server thei get a beer...
Reply
#5

hmmm, maybe at spawn give them the weapons. Like

if(GetPlayerTeam(playerid) == TEAM1)
{
GivePlayerWeapon(playerid.......);
}
Reply
#6

Try this, put this under
OnPlayerRequestSpawn:
pawn Код:
ClearAnimations(playerid);
ApplyAnimation(playerid, "CARRY", "crry_prtial", 1.0, 0, 0, 0, 0, 0);
Reply
#7

Also try OnPlayerRequestSpawn

Код:
SetPlayerSpecialAction(playerid,-1); //not tested yet
Reply
#8

Quote:
Originally Posted by Clive
Посмотреть сообщение
Try this, put this under
OnPlayerRequestSpawn:
pawn Код:
ClearAnimations(playerid);
ApplyAnimation(playerid, "CARRY", "crry_prtial", 1.0, 0, 0, 0, 0, 0);
dint work ;/
Reply
#9

Its an old samp bug. It appears on some death conditions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)