24.04.2009, 16:45
I want to create a message onplayerdeath like this
The Result should be seen like this-->
Grove Street Family:Markus killed Ballas:Jonas
gTeam and all is working ^^
Would it works like I want it ?
MFG Bearfist
Код:
format(string,sizeof(string),"%s : %s killed %s : %s !",playerid,gTeam[playerid],killerid,gTeam[killerid]); SendClientMessageToAll(COLOR_BLUE,string);
Grove Street Family:Markus killed Ballas:Jonas
gTeam and all is working ^^
Would it works like I want it ?
MFG Bearfist
