30.04.2017, 20:52
So in my code i have this:
printf("It took %d to get a right answer!", GetTickCount() - count);
count = 0;
It works fine but the problem is the following "It took ... to get the right answer" will display in the sa-mp prompt.
Is there any way to make it work with SendClientMessage so everyone on the server can see it?
Thanks in advance.
printf("It took %d to get a right answer!", GetTickCount() - count);
count = 0;
It works fine but the problem is the following "It took ... to get the right answer" will display in the sa-mp prompt.
Is there any way to make it work with SendClientMessage so everyone on the server can see it?
Thanks in advance.