View Single Post
aron9forever
Veteran Member
Join Date: Feb 2013
Location: Rromania
Old 05-01-2014 , 05:52   Re: replacement words
Reply With Quote #2

if you want what I think you want just remove LANG_SERVER , the " , " after it and enter your message between the quotes
example:


formatex(menuDirty, sizeof(menuDirty)-1, "%s^n^n%s%L", voteStatus, CLR_YELLOW, LANG_SERVER, "GAL_VOTE_ENDED");

to


formatex(menuDirty, sizeof(menuDirty)-1, "%s^n^n%s%L", voteStatus, CLR_YELLOW, "vote's over mofo");
aron9forever is offline