make icon
#1

how to make icon like this

http://imgur.com/a/C8dXj
Reply
#2

https://sampwiki.blast.hk/wiki/SendDeathMessage
Reply
#3

can you make a tutorial
Reply
#4

OMG! https://sampwiki.blast.hk/wiki/SendDeathMessage

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
That's it. Can't be that lazy.
Reply
#5

im nubis
Reply
#6

C:\Users\cyber\Desktop\GL.pwn(3577) : error 021: symbol already defined: "OnPlayerDeath"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#7

You already have OnPlayerDeath In your Script, Ctrl + F (Search: OnPlayerDeath) Put: SendDeathMessage(killerid, playerid, reason);


Under it.
Reply
#8

thank for all helping me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)