22.12.2009, 14:54
cant u make a variable? for example:
Get the idea?
pawn Код:
new lspdplayers[MAX_PLAYERS];
new groveplayers[MAX_PLAYERS];
public OnPlayerRequestSpawn(playerid)
{
if(lspdplayers[playerid] > groveplayers[playerid])
{
SendClientMessage(playerid,COLOR_BLUE,"Please choose the other team to balance the game");
return 0;

