23.05.2015, 15:14
Quote:
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]); |
pawn Код:
public OnPlayerConnect(playerid)
{
new string[50];
format(string, sizeof(string), "Player name %s VIP %s", Name, VIPNivoName[Level]);
SendClientMessageToAll(0x00FF00FF, string);
return 1;
}