lundi 24 mars 2014

String Not Being Sent? Weird.

this Sends Nothing;



new string[350];


pawn Code:




format(string, sizeof(string), "MONEY RUSH!{FFFFFF} The Owner Has Lost A {008000}Bag Of Money{FFFFFF} Somewhere Around {33CCFF}%s{FFFFFF} Find It Before Any One Else Does!", MoneyBagLocation);

SendClientMessageToAll(0x7137C8AA, string);







this sends it,

new string[350];


pawn Code:




format(string, sizeof(string), "MONEY RUSH!{FFFFFF} The Owner Has Lost A Somewhere Around {33CCFF}%s{FFFFFF} Find It Before Any One Else Does!", MoneyBagLocation);

SendClientMessageToAll(0x7137C8AA, string);







Aucun commentaire:

Enregistrer un commentaire