Woodcutter job
#7

There is no CJ Cutting the trees animation.

Well first off all, create an enum for woodcutter job

like this

PHP Code:
enum MyEnum
{
     
WoodCutter
};
new 
Cutter[MAX_PLAYERS][MyEnum]; 
then to check if player is not wood cutter do this

PHP Code:
if(Cutter[playerid][WoodCutter] != 1) return SendClientMessage(playerid, -1"GTFO"); 
for the trees.

You've to create them one by one around the san andreas.

You see you need to be patience for awhile when doing a system like this.
Reply


Messages In This Thread
Woodcutter job - by Larry123 - 22.10.2012, 22:45
Re: Woodcutter job - by ThePhenix - 22.10.2012, 22:47
Re: Woodcutter job - by SuperViper - 22.10.2012, 22:50
Re: Woodcutter job - by Larry123 - 22.10.2012, 22:54
AW: Woodcutter job - by Johndaonee - 22.10.2012, 23:50
Re: Woodcutter job - by ThePhenix - 23.10.2012, 00:04
Re: Woodcutter job - by JaKe Elite - 23.10.2012, 03:34
Re: Woodcutter job - by Larry123 - 23.10.2012, 11:56
Re: Woodcutter job - by Larry123 - 23.10.2012, 14:08

Forum Jump:


Users browsing this thread: 2 Guest(s)