Job System Help Me
#3

Код:
CMD:cisti(playerid,params[])
{
    new vozilo = GetPlayerVehicleID(playerid);
    if(PlayerInfo[playerid][cistac] == IDPOSLA)
    {
	    if(!KosacTrave(vozilo)) return SCM(playerid,COLOR_GRAD4,"[Greska]: Moras biti u vozilu za ciscenje.");
	    if(GetPVarInt(playerid,"Cisti") == 1) return SCM(playerid,COLOR_GRAD4,"[ERROR]: Vec cistis ulice.");
	    SetPVarInt(playerid,"Cisti",1);
	    SetPVarInt(playerid,"CP",3);
	    SetPlayerCheckpoint(playerid,2444.4646,-28.8980,26.4293);
	    PlayerPlaySound(playerid, 1058, 0, 0, 0);
    }
	else SCM(playerid,COLOR_GRAD4,"Nemas posao.");
    return 1;
}
Reply


Messages In This Thread
Job System Help Me - by Ale1234 - 16.04.2015, 23:13
Re: Job System Help Me - by Antoniohl - 16.04.2015, 23:14
Re: Job System Help Me - by Antoniohl - 16.04.2015, 23:17
Re: Job System Help Me - by Ale1234 - 16.04.2015, 23:23
Re: Job System Help Me - by Antoniohl - 16.04.2015, 23:26
Re: Job System Help Me - by Ale1234 - 16.04.2015, 23:28
Re: Job System Help Me - by Antoniohl - 16.04.2015, 23:30
Re: Job System Help Me - by Ale1234 - 16.04.2015, 23:33
Re: Job System Help Me - by Antoniohl - 16.04.2015, 23:36
Re: Job System Help Me - by Ale1234 - 16.04.2015, 23:39

Forum Jump:


Users browsing this thread: 1 Guest(s)