SIMPLE QUESTION
#1

WHEN A PLAYER KILL OTHER PLAYER THEN SHOW GAME TEXT FOR ALL

the line show is this
playername))) is kill bya a zombie.

foreaxple a player kill
then hash kill by a zombie
Reply
#2

https://sampwiki.blast.hk/wiki/GameTextForAll

BTW: Why the supersized text ? It don't get you noticed, just makes you look like a muppet.
Reply
#3

Quote:
Originally Posted by Stigg
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/GameTextForAll

BTW: Why the supersized text ? It don't get you noticed, just makes you look like a muppet.
You know what else makes him look like a muppet? The fact that he thinks you can hyperlink image directly from his hard-drive.

Quote:

[IMG]D:\MY AIRPORT SERVER\header.jpg[/IMG]

Lol'd.
Reply
#4

YOU DONT HAVE TO TYPE LIKE THIS MAN


pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
     new str[128], kn[28], vn[28];
     GetPlayerName(playerid, vn, 28);
     GetPlayerName(killerid, kn, 28);
     format(str, 128, "%s killed %s", kn, vn);
     GameTextForAll(str, 5000, 2);
}
Reply
#5

OH YES YOU DO
Reply
#6

HOW i add
Reply
#7

Quote:
Originally Posted by Skylar Paul
Посмотреть сообщение
You know what else makes him look like a muppet? The fact that he thinks you can hyperlink image directly from his hard-drive.



Lol'd.
and now he is using html
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)