08.08.2012, 17:59
Sry for DP but dugi is sayed to add this:
Try add this to the start of "OnPlayerCommandText":
Can someone add that for me and past code here PLS,THANKS!
Try add this to the start of "OnPlayerCommandText":
Код:
if (isnull(cmdtext))
{
// You can add other crash detect/warning code here.
return 0;
}

