Killstreak prob
#1

^^^^^^^^
Reply
#2

Is it a script that u made by yourself or another gamemode? It maybe has an anticheat which has a custom "GivePlayerMoney" callback...
Reply
#3

^^^^^^^^
Reply
#4

Try removing the GivePlayerMoney in the 3rd killsteak and tell me if it's happening again
Reply
#5

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);
Reply
#6

Yeah it's also the formating, as Strier says you didn't format the messages
Reply
#7

^^^^^^^^
Reply
#8

pawn Код:
stock pName(playerid)
{
  new name[MAX_PLAYER_NAME];
  GetPlayerName(playerid, name, sizeof(name));
  return name;
}
Now, you can use pName(playerid) Instead making all the procedure GetPlayerName blabla in each function.
Reply
#9

^^^^^^^^
Reply
#10

do under new name[MAX_PLAYER_NAME];

pawn Код:
GetPlayerName(playerid, name, sizeof(name));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)