10.05.2015, 19:10
How to fix the death bug
go here
change this
to this
I hope this helps
go here
Код:
else { //if(PlayerData[playerid][pSpawnPoint] == 3 && PlayerData[playerid][pInjured] == 0) if(PlayerData[playerid][pInjured] == 0) { SetPlayerPos(playerid, PlayerData[playerid][pPos][0], PlayerData[playerid][pPos][1], PlayerData[playerid][pPos][2]); } }
Код:
if(PlayerData[playerid][pSpawnPoint] == 3 && PlayerData[playerid][pInjured] == 0)
Код:
if(PlayerData[playerid][pInjured] == 0)