Please i need some proffessional help cuz everytime i put it nobody can help me..
#1

dddddddelete
Reply
#2

I cant really see anything wrong with this code um..
Reply
#3

Bumpppppppp
Reply
#4

you created a variable named idx, it get initialized with the value of 0, why would that change?

it'll always be 0 if you don't do anything to it, so if playerid 1 does the command idx will still be 0
Reply
#5

Quote:
Originally Posted by cessil
Посмотреть сообщение
you created a variable named idx, it get initialized with the value of 0, why would that change?

it'll always be 0 if you don't do anything to it, so if playerid 1 does the command idx will still be 0
So what do i do?
Reply
#6

You have added the variable:

pawn Код:
idx
and treated it like it's a Identification. You need to define the integer inside or it will be constantly set at '0'
Reply
#7

How do i do that..?
Reply
#8

pawn Код:
for(new idx=0; idx<sizeof(GunInfo);idx++)
Reply
#9

Where do i put it? please help me im a bit lost when it comes to scripting.
Reply
#10

Brandon..?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)