18.12.2010, 18:05
You are passing the color variable as a string in the timer. Change it to an integer/decimal:
This would explain why it compiles fine, but then crashes when it tries to give your color parameter a string value.
pawn Код:
SetTimerEx("SendServerMessage",WaitTime+50,0,"dds",playerid,color,text); // dds instead of dss

