/arrest problem!
#2

PHP код:
    if(GetPlayerWantedLevel(targetid) > 0) return SendClientMessage(playeridred"{ff0000}[ERROR]: {FFFFFF}You are not close enough to the player!"); 
This line is the error, You are making it like if the player is WANTED send this message to the person trying to arrest, Change it to this..

PHP код:
    if(GetPlayerWantedLevel(targetid) < 0) return SendClientMessage(playeridred"{ff0000}[ERROR]: {FFFFFF}This player is not wanted!"); 
Reply


Messages In This Thread
/arrest problem! - by Man43 - 04.09.2017, 09:10
Re: /arrest problem! - by JasonRiggs - 04.09.2017, 09:12
Re: /arrest problem! - by Man43 - 05.09.2017, 10:45
Re: /arrest problem! - by JasonRiggs - 05.09.2017, 10:48
Re: /arrest problem! - by Vince - 05.09.2017, 11:13
Respuesta: /arrest problem! - by m1kas - 05.09.2017, 15:05
Re: /arrest problem! - by Man43 - 06.09.2017, 13:14
Re: /arrest problem! - by Man43 - 06.09.2017, 16:51
Re: /arrest problem! - by Sew_Sumi - 06.09.2017, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)