[pomoc]Tekst

Započeo ::Fire::, Mart 22, 2011, 17:27:19 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta:Ravens
Problem:Ovako htio bih kada neko nesto napise u chat da mu iznad glave takoder bude taj tekst.
Video ili slike:/



Ajd otvori opet link pa ces skontat' -_-"

public OnPlayerText(playerid, text[])
{
   new giver[MAX_PLAYER_NAME];
   new sendername[MAX_PLAYER_NAME];
   new giveplayer[MAX_PLAYER_NAME];
   new tmp[128];
   new string[156];
   new giveplayerid;
   new y,m,d;
   new h,mi,s;
   getdate(y,m,d);
   gettime(h,mi,s);
Evo i di tu sad dA ubacmi

Ubaci bilo gdje u publicu OnPlayerText...

Ovo
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
Pod ovo
public OnPlayerText(playerid, text[])

Kad stavim ovako
public OnPlayerText(playerid, text[])
{
       SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
    return 1;
}
   new giver[MAX_PLAYER_NAME];
   new sendername[MAX_PLAYER_NAME];
   new giveplayer[MAX_PLAYER_NAME];
   new tmp[128];
   new string[156];
   new giveplayerid;
   new y,m,d;
   new h,mi,s;
   getdate(y,m,d);
   gettime(h,mi,s);
i kad compline nece pise dont send ??

public OnPlayerText(playerid, text[])
{
       SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);

   new giver[MAX_PLAYER_NAME];
   new sendername[MAX_PLAYER_NAME];
   new giveplayer[MAX_PLAYER_NAME];
   new tmp[128];
   new string[156];
   new giveplayerid;
   new y,m,d;
   new h,mi,s;
   getdate(y,m,d);
   gettime(h,mi,s);

iopet nece :S izbaci dont send a kad to izbrisem normalno radi ???
:'( :'( :'( :'( :'(