Disconnect destroy vehicle
#3

Quote:
Originally Posted by ilijap
Посмотреть сообщение
Yes, use strcmp for
PHP код:
 if(cInfo[i][carowner] != PlayerInfo[playerid][pusername]) 
->
PHP код:
 if(!strcmp(cInfo[i][carowner],PlayerInfo[playerid][pusername])) 
Show us your cInfo.
Also why do you set
PHP код:
 for(new i=0i<sizeof(cInfo); i++) 
instead of
PHP код:
for(new GetVehiclePoolSize(); 0i--) 
Reply


Messages In This Thread
Disconnect destroy vehicle - by justjamie - 24.05.2016, 17:05
Re: Disconnect destroy vehicle - by ilijap - 24.05.2016, 17:09
Re: Disconnect destroy vehicle - by Dayrion - 24.05.2016, 17:12
Re: Disconnect destroy vehicle - by justjamie - 24.05.2016, 17:12
Re: Disconnect destroy vehicle - by justjamie - 24.05.2016, 17:51
Re: Disconnect destroy vehicle - by Jf - 24.05.2016, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)