housing system returns fault information
#5

You cannot compare arrays.

A string is an array.

pawn Code:
if(array == someotherarray)

// is wrong! In order to compare an array you'll have to use strcmp

if(!strcmp(array, someotherarray, false))
Check this post:

EDIT: sorry wrong post, this one haha:
http://forum.sa-mp.com/showpost.php?...57&postcount=6
Reply


Messages In This Thread
housing system returns fault information - by SomebodyAndMe - 10.06.2012, 20:16
Respuesta: housing system returns fault information - by CidadeNovaRP - 10.06.2012, 20:21
Re: housing system returns fault information - by SomebodyAndMe - 10.06.2012, 20:24
Re: housing system returns fault information - by SomebodyAndMe - 11.06.2012, 04:58
AW: housing system returns fault information - by Extremo - 11.06.2012, 05:03
Re: housing system returns fault information - by SomebodyAndMe - 11.06.2012, 05:11
Re: housing system returns fault information - by JhnzRep - 11.06.2012, 05:19

Forum Jump:


Users browsing this thread: 2 Guest(s)