Spawn BUG - Help me please.
#1

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;
}
Reply
#2

No money needed bro..
is it that he doesnt take ant damage when he jumps?
We need some codes
Reply
#3

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..
Reply
#4

Edit: No. Am Good..
Do u have anything under onplayerupdate?
Reply
#5

Nop..

Код:
public OnPlayerUpdate(playerid)
{
	return 1;
}
Reply
#6

Solved..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)