05.02.2009, 20:28
Hiya guys im making a jobhelp for all the jobs but how do i set it so it shows the top txt fot like 5 second then shows the bottom and so on if i need more.. im not good with timers so im stuck i tryed the tuttime but that dont work?
Quote:
if(strcmp(cmd, "/jobhelp", true) == 0) { if(PlayerInfo[playerid][pJob] != 1 { { 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 { 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; } } } |