> If I remove
>
> public do_monster(){
>         snprintf(Text, MAX_TEXT_LENGTH, "%s, be careful! ^n A(n) %s is
after you!", TargetName, Monster);
>         centersay(Text,5,0,255,0);
>         snprintf(Text2,MAX_TEXT_LENGTH,"monster %s
^"%s^"",Monster,TargetName);
>         exec(Text2);
> }
>
> Will that put a stop to the admin_csay command that runs after you
> spawn a monster next to someone ?

Just remove this part...

snprintf(Text, MAX_TEXT_LENGTH, "%s, be careful! ^n A(n) %s is after you!",
TargetName, Monster);
centersay(Text,5,0,255,0);

Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to