[HELP] I have a code problem.
#3

You should be doing it like so:
pawn Код:
new JoinPed[61]={
1,
2,
3,
4
};
So instead of having to do
pawn Код:
if(GetPlayerSkin(playerid)==JoinPed[2][0])
you can do this
pawn Код:
if(GetPlayerSkin(playerid)==JoinPed[2])
Reply


Messages In This Thread
[HELP] I have a code problem. - by IdanN - 23.04.2010, 18:54
Re: [HELP] I have a code problem. - by russo666 - 23.04.2010, 18:58
Re: [HELP] I have a code problem. - by Joe Staff - 23.04.2010, 19:00
Re: [HELP] I have a code problem. - by IdanN - 23.04.2010, 19:16
Re: [HELP] I have a code problem. - by Calgon - 23.04.2010, 19:36
Re: [HELP] I have a code problem. - by Adil - 23.04.2010, 19:42

Forum Jump:


Users browsing this thread: 5 Guest(s)