05.02.2009, 17:06
Nope didnt work so i will be using this but how can u edit if with its own timer coz atm its using the tuttime but that dont work when i put this with commands any ideas chaps

Quote:
|
if(strcmp(cmd, "/jobhelp", true) == 0) { if(PlayerInfo[playerid][pJob] != 1 ![]() { if(TutTime >= 1) { TutTime += 1; if(TutTime == 3) { SendClientMessage(i, COLOR_GREEN, "Welcome to the harvister job."); SendClientMessage(i, COLOR_YELLOW, "Head over to the barn and hop into one of there Harvisters ."); SendClientMessage(i, COLOR_YELLOW, "Type /harvest to activate the harvest job ."); } else if(TutTime == 6) { SendClientMessage(i, COLOR_GREEN, "Head threw the Markers to havest the feilds without killing yourselve."); SendClientMessage(i, COLOR_YELLOW, "Then drop your load at this shed and receve your payment ."); SendClientMessage(i, COLOR_YELLOW, "You will need to wait 30 miniutes before you can harvest again ."); } return 1; } } } |


