31.01.2011, 05:41
it is leting more then 10 people enter the bike madness please help.
pawn Код:
{
{
if(IsBIKEMADNESSactive == 0)
{
SendClientMessage(playerid,RED,"You have join the bike madness");
IsPlayersInBikeMadness += 1;
SetPlayerPos(playerid,-1071.4938,-692.1391,368.5030);
return 1;
}
if(IsPlayersInBikeMadness == 10)
{
SendClientMessage(playerid,RED,"The bike madness is full");
IsBIKEMADNESSactive = 1;
return 1;
}
if(IsBIKEMADNESSactive == 1)
{
SendClientMessage(playerid,RED,"There is all redey a group in the bike madness");
return 1;
}
}
}