Player's can't see other users on fire?
#5

https://sampforum.blast.hk/showthread.php?tid=490436
You can slove it with this include, + this include have many many useful callbacks and functions!

PHP код:
public OnPlayerStartBurn(playerid)
{
    
// Attach a fire particle to this player so other players can see them burning!
    
SetPlayerAttachedObject(playerid0186911); 
    return 
1;
}
public 
OnPlayerStopBurn(playerid)
{
    
RemovePlayerAttachedObject(playerid0);
    
SendClientMessage(playeridCOLOR_WHITE"You have stopped burning.");
    return 
1;

Reply


Messages In This Thread
Player's can't see other users on fire? - by Tass007 - 18.08.2016, 04:07
Re: Player's can't see other users on fire? - by Kar - 18.08.2016, 06:23
Re: Player's can't see other users on fire? - by NaS - 18.08.2016, 08:00
Re: Player's can't see other users on fire? - by Tass007 - 24.08.2016, 00:44
Re: Player's can't see other users on fire? - by Shinja - 24.08.2016, 00:47
Re: Player's can't see other users on fire? - by Tass007 - 24.08.2016, 01:07
Re: Player's can't see other users on fire? - by oMa37 - 24.08.2016, 01:09
Re: Player's can't see other users on fire? - by Tass007 - 24.08.2016, 01:11
Re: Player's can't see other users on fire? - by oMa37 - 24.08.2016, 01:13
Re: Player's can't see other users on fire? - by Tass007 - 24.08.2016, 01:15

Forum Jump:


Users browsing this thread: 4 Guest(s)