[HELP] Fraction cars
#1

Hmm i have question.
I make new GM. And is possible enum info to using?...
enum fracts
{
orgcash,
orgmembers,
orgcar1,
orgcar2,
orgcar3,
orgcar5,// is possible to make them bigger? Like them fill come add it when you buy car...
}
Reply
#2

Actually i don't get it what You want..
But if i understand you right, so..

Код:
enum fracts
{
  orgcash,
  orgmembers,
  orgcars[50]
And You can use from 0 to 49
(0,1,2,3,4,9...45,46,47,48,49);

For e.x.: orcars[2], orgcars[5] and etc.
Reply
#3

Yes like this but is possible that he check car for enum?
Reply
#4

How do to it?
pawn Код:
if(carid==Org[orgcar1])
{}
else{SendClientMessage("Not in Right Fraction")}
right if statement??
Reply
#5

Org[orgcars][0],
Org[orgcars][1],
Org[orgcars][2],
..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)