25.01.2013, 22:07
Quote:
Thx, will that work so too?
Код:
SendClientMessageToAll( 0xB2FF7FFF, string ); new str[24]; format(str, sizeof(str), "+4000$, +2 Score"); GameTextForPlayer(killerid,str,3000,3); new st[24]; format(st, sizeof(st), "You died -3000$!"); GameTextForPlayer(playerid,st,3000,3); return 1; } |