X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=svvm_cmds.c;h=c6def35f1826bd486f7511fea09781b026ed471d;hb=5a0fb4633e091c222a11fb6b2fd9c00f9af4717a;hp=746ea3316e29cebd785aaa24f8712b37957a0d4f;hpb=598161ab9b4492f9a8e861edb1350a91212d0607;p=xonotic%2Fdarkplaces.git diff --git a/svvm_cmds.c b/svvm_cmds.c index 746ea331..c6def35f 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -94,6 +94,7 @@ char *vm_sv_extensions = "DP_SV_ROTATINGBMODEL " "DP_SV_SETCOLOR " "DP_SV_SLOWMO " +"DP_SV_WRITEUNTERMINATEDSTRING " "DP_TE_BLOOD " "DP_TE_BLOODSHOWER " "DP_TE_CUSTOMFLASH " @@ -1186,6 +1187,11 @@ void PF_WriteString (void) MSG_WriteString (WriteDest(), PRVM_G_STRING(OFS_PARM1)); } +void PF_WriteUnterminatedString (void) +{ + MSG_WriteUnterminatedString (WriteDest(), PRVM_G_STRING(OFS_PARM1)); +} + void PF_WriteEntity (void) { @@ -2470,7 +2476,7 @@ PF_gettaginfo, // #452 vector(entity ent, float tagindex) gettaginfo (DP_QC_G PF_dropclient, // #453 void(entity clent) dropclient (DP_SV_DROPCLIENT) PF_spawnclient, // #454 entity() spawnclient (DP_SV_BOTCLIENT) PF_clienttype, // #455 float(entity clent) clienttype (DP_SV_BOTCLIENT) -NULL, // #456 +PF_WriteUnterminatedString, // #456 NULL, // #457 NULL, // #458 NULL, // #459