What is better
#10

Quote:
Originally Posted by AntonioCroatia
Посмотреть сообщение
are you sure? Or can anyone other confirm that, because I've large gamemode I don't want to make something that will bug wil gamemode

Edit:


but if I use
Код:
    format(Msg, 128, "Player name %s VIP %s", Name, VIPNivoName[Level]);
and more like this
I don't see what the problem is here, just keep the cells to an estimated length and don't make it a global variable.
pawn Код:
public OnPlayerConnect(playerid)
{
    new string[50];
    format(string, sizeof(string), "Player name %s VIP %s", Name, VIPNivoName[Level]);
    SendClientMessageToAll(0x00FF00FF, string);
    return 1;
}
Reply


Messages In This Thread
What is better - by AntonioCroatia - 17.05.2015, 17:11
Re: What is better - by Vince - 17.05.2015, 17:37
Re: What is better - by icra - 18.05.2015, 04:02
Re: What is better - by EBook - 18.05.2015, 05:09
Re: What is better - by AntonioCroatia - 22.05.2015, 12:53
Re: What is better - by AntonioCroatia - 23.05.2015, 14:57
Re: What is better - by Ghazal - 23.05.2015, 14:59
Re: What is better - by SickAttack - 23.05.2015, 15:04
Re: What is better - by AntonioCroatia - 23.05.2015, 15:04
Re: What is better - by SickAttack - 23.05.2015, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)