05.06.2011, 17:14
ShowInfoBoxPersonal contains one argument, while you have called the same function with 3 arguments.
This should work here, I guess...
pawn Код:
CallRemoteFunction("ShowInfoBoxPersonal", "s",string);

