[AJUDA]GameTextForPlayer
#2

pawn Код:
public OnPlayerConnect(playerid) {
    //if(Vip[playerid] > 0) troque pela sua vбriavel
    {
        new name[24], s[60];
        GetPlayerName(playerid, name, 24);
        format(s, 60, "Vip: %s Online..", name);
        GameTextForAll(s, 5000, 3);
    }
    return true;
}
Reply


Messages In This Thread
[AJUDA]GameTextForPlayer - by Luiiz - 19.04.2012, 07:39
Re: [AJUDA]GameTextForPlayer - by zbt - 19.04.2012, 10:55
Re: [AJUDA]GameTextForPlayer - by Luiiz - 19.04.2012, 13:26
Re: [AJUDA]GameTextForPlayer - by zbt - 19.04.2012, 13:48
Re: [AJUDA]GameTextForPlayer - by Luiiz - 19.04.2012, 14:23
Re: [AJUDA]GameTextForPlayer - by Lуs - 19.04.2012, 14:34
Re: [AJUDA]GameTextForPlayer - by Edu33 - 19.04.2012, 14:36
Re: [AJUDA]GameTextForPlayer - by Luiiz - 19.04.2012, 14:39
Re: [AJUDA]GameTextForPlayer - by Edu33 - 19.04.2012, 14:42
Re: [AJUDA]GameTextForPlayer - by Luiiz - 19.04.2012, 14:46

Forum Jump:


Users browsing this thread: 1 Guest(s)