What Problem
#1

I have some error with lines

Код:
CMD:buildrace(playerid, params[])
{
	if(PlayerInfo[playerid][pAdmin] <= 4) return SendClientMessage(playerid, RED, "<!> Ban khong du kha nang su dung lenh nay!");
	if(BuildRace != 0) return SendClientMessage(playerid, RED, "<!> There's already someone building a race!");
	if(RaceBusy == 0x01) return SendClientMessage(playerid, RED, "<!> Wait first till race ends!");
	if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, RED, "<!>Hay ra khoi xe truoc!");
	BuildRace = playerid+1;
	ShowDialog2(playerid, 599);
	return 1;
}
i have downloaded and copied zcmd into include but it still have this problem , anything help ?
Reply


Messages In This Thread
What Problem - by boysockpr0123 - 14.03.2014, 14:11
Re: What Problem - by BroZeus - 14.03.2014, 14:20
Re : What Problem - by Golimad - 14.03.2014, 14:22
Re: What Problem - by Stanford - 14.03.2014, 14:26
Re : Re: What Problem - by Golimad - 14.03.2014, 14:27
Re: What Problem - by boysockpr0123 - 14.03.2014, 15:02
Re: What Problem - by Ruben_Alonso - 14.03.2014, 15:05
Re: What Problem - by boysockpr0123 - 14.03.2014, 15:08
Re: What Problem - by Ardenshy - 14.03.2014, 15:16
Re: What Problem - by boysockpr0123 - 14.03.2014, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)