How to give weapons to All with one CMD?
#5

Try This One:

pawn Код:
new playerName[24];
new string[128];
GetPlayerName(playerid, playerName, sizeof(playerName));
format(string, sizeof(string), "%s (ID: %d) has reseted your Weapons !", playerName, playerid);
SendClientMessage(targetid, COLOR_RED1, string);
or

pawn Код:
SendClientMessage(playerid, COLOR_RED1, "%s has reseted your Weapons !")
Anyways,

%d is "Inserts an integer (whole) number"

so use, %s

%s is Inserts a string.
Reply


Messages In This Thread
How to give weapons to All with one CMD? - by MAFIAWARS - 25.09.2013, 19:20
Re: How to give weapons to All with one CMD? - by DanishHaq - 25.09.2013, 19:28
Re: How to give weapons to All with one CMD? - by MAFIAWARS - 26.09.2013, 07:25
Re: How to give weapons to All with one CMD? - by MAFIAWARS - 26.09.2013, 08:04
Re: How to give weapons to All with one CMD? - by SAMProductions - 26.09.2013, 08:10
Re: How to give weapons to All with one CMD? - by iZN - 26.09.2013, 08:16

Forum Jump:


Users browsing this thread: 3 Guest(s)