Spawn BUG - Help me 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: Spawn BUG - Help me please. (
/showthread.php?tid=612908)
Spawn BUG - Help me please. -
Lunoxx - 22.07.2016
Hi, I have a bug, you can see in the video what it is.
https://*********/25RFxcJen34
I pay 5 euro for help, fast please..
Код HTML:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, Spawn_X, Spawn_Y, Spawn_Z);
SetPlayerFacingAngle(playerid, Spawn_A);
SetPlayerSkin(playerid, Spawn_Skin);
if(PlayerInfo[playerid][pSex] == 0) SetPlayerSkin(playerid, Spawn_Skin);
else if(PlayerInfo[playerid][pSex] == 1) SetPlayerSkin(playerid, Spawn_Skin_Femeie);
return 1;
}
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
return 1;
}
Re: Spawn BUG - Help me please. - WhiteGhost - 22.07.2016
No money needed bro..
is it that he doesnt take ant damage when he jumps?
We need some codes
Re: Spawn BUG - Help me please. -
Lunoxx - 22.07.2016
Every effort is paid, bro
Gamemode is nearly empty because i started in new.pwn.
You want gamemode for try make anything.. ? I can give gamemode in PM, if you want.
@ Sorry for my bad english..
Re: Spawn BUG - Help me please. - WhiteGhost - 22.07.2016
Edit: No. Am Good..
Do u have anything under onplayerupdate?
Re: Spawn BUG - Help me please. -
Lunoxx - 22.07.2016
Nop..
Код:
public OnPlayerUpdate(playerid)
{
return 1;
}
Re: Spawn BUG - Help me please. -
Lunoxx - 24.07.2016
Solved..