Well.. I need some help
My server keeps dropping people(svc_bad).
I know the reason is because of a client_cmd()...
So, After talking to BAIL and sawce on irc i learned that i could possibly make an alternative client_cmd() using the MSG_ONE_UNRELIABLE channel...
This is what i tried..:
Code:
format(buf,sizeof(buf)-1,"cl_updaterate %d;rate %d^n",RCF_DEAD_UPR,RCF_DEAD_RATE)
message_begin(MSG_ONE_UNRELIABLE,9,{0,0,0},id)
write_string(buf)
message_end()
I was told to use SVC_STUFFTEXT (Wich is 9).. However.. It does not execute in the client console..
I really hope someone can help with this.. The svc_bad is driving me(and the players) crazy.
+karma for any useful advice :-)
edit:
If this is not possible in pawn, please tell me if it's possible to write a module to do it.. As i'm willing to create a module just for that(even though i never made on before..)