20.12.2010, 05:55
Server will always crash when you pass an empty string in CallRemoteFunction, CallLocalFunction and possibly SetTimer(Ex). This is not a SA-MP bug. Make sure the string you use in the parameter is not empty ("\0").
If you need to pass an empty string, you can use "\1\0".
If you need to pass an empty string, you can use "\1\0".