Posts: 226
Threads: 20
Joined: Jul 2012
Reputation:
0
Is it a script that u made by yourself or another gamemode? It maybe has an anticheat which has a custom "GivePlayerMoney" callback...
Posts: 226
Threads: 20
Joined: Jul 2012
Reputation:
0
Try removing the GivePlayerMoney in the 3rd killsteak and tell me if it's happening again
Posts: 267
Threads: 49
Joined: Dec 2012
Reputation:
0
You're not formatting the client messages are you?
format(str, sizeof(str), "%s(%d) is on a killing spree of %d", pName, playerid, KillingSpree[playerid]);
sendclientmessagetoall(-1, str);
Posts: 226
Threads: 20
Joined: Jul 2012
Reputation:
0
Yeah it's also the formating, as Strier says you didn't format the messages