How to Combine These
#2

pawn Код:
new name[MAX_PLAYER_NAME+1], string[74];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s has registered making the server has total %d players", name, sInfo[accs]);
SendClientMessageToAll(0xC4C4C4FF, string);
Might wanna fix the sentence a bit.
Код:
"%s has registered making him %d player on the server"
"Welcome to the server %s. You are %d. player to register"
-NOTE: change the string size accordingly.
Or something like that.
Reply


Messages In This Thread
How to Combine These - by BlazingKnife - 19.05.2013, 18:01
Re: How to Combine These - by Antonio144 - 19.05.2013, 20:54

Forum Jump:


Users browsing this thread: 1 Guest(s)