Help me please
#1

Fixed
Reply
#2

Quote:
Originally Posted by bavyou
Посмотреть сообщение
* 2 * When somone kill somone and on the right side shows who killed who and witch gun
screenshoots:
You can see

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	SendDeathMessage(killerid,playerid,GetPlayerWeapon(killerid));
	return 1;
}
Reply
#3

For your first issue:

pawn Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
    return 1;
}
And for your second issue:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Also for the last two, it seems it would be better if you got a script for the RP. Check out this board http://forum.sa-mp.com/forumdisplay.php?f=71 there's a lot of cool RP scripts there, that you can use. Or you can also use the search option on forum if you want something exact.
Reply
#4

Quote:
Originally Posted by mrskull42
Посмотреть сообщение
For your first issue:

pawn Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
    return 1;
}
And for your second issue:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Also for the last two, it seems it would be better if you got a script for the RP. Check out this board http://forum.sa-mp.com/forumdisplay.php?f=71 there's a lot of cool RP scripts there, that you can use. Or you can also use the search option on forum if you want something exact.
where i will put thoes codes?
Reply
#5

Put them in your script.
Reply
#6

Quote:
Originally Posted by NathNathii
Посмотреть сообщение
Put them in your script.
but i get erors
Reply
#7

Post them here please.
Reply
#8

The Chat fixed , and death fixed thnx
Reply
#9

Hm, check your pm's.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)