how to solve this error
#5

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
If you have something like:

PHP код:
new arr[MAX_PLAYERS][50][2]; 
You can do:

PHP код:
arr[playerid][0][0] = 1//or some other value
arr[playerid][0][1] = 1//or some other value 
sory i forget that i think Phenix is right.
Reply


Messages In This Thread
how to solve this error - by CodeStyle175 - 28.12.2017, 16:55
Re: how to solve this error - by MBilal - 28.12.2017, 17:05
Re: how to solve this error - by ThePhenix - 28.12.2017, 17:08
Re: how to solve this error - by CodeStyle175 - 28.12.2017, 17:09
Re: how to solve this error - by MBilal - 28.12.2017, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)