Removed player due to error + other opcode
#1


This is the code that was executed at the time of the warnings:

pawn Код:
DMS[playerid] = 0;
DM[playerid] = 0;
DML[playerid] = 0;
format(string,sizeof(string),"%s (%i) has left the DM stadium.",ReturnPlayerName(playerid),playerid);
SendClientMessageToAllBut(playerid,COLOR_LBLUE,string);
SendClientMessage(playerid, COLOR_LBLUE, "** Left DM Stadium!");
SetPlayerArmour(playerid, 0);
DisablePlayerCheckpoint(playerid);
OnPlayerSpawn(playerid);
3 of us entered the checkpoint at the same time. No warnings if just one player uses it.
Reply


Messages In This Thread
Removed player due to error + other opcode - by Mikep. - 15.09.2009, 19:01
Re: Removed player due to error + other opcode - by Giacomand - 15.09.2009, 19:13
Re: Removed player due to error + other opcode - by Mikep. - 15.09.2009, 19:14
Re: Removed player due to error + other opcode - by Giacomand - 15.09.2009, 19:16
Re: Removed player due to error + other opcode - by Mikep. - 15.09.2009, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)