SA-MP Forums Archive
All player -Change to VIP only - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: All player -Change to VIP only (/showthread.php?tid=663661)



All player -Change to VIP only - jhonloyd20 - 08.02.2019

hi sir madam Can some-one Edit this
i want to VIP only use not all player
thank you for help
https://pastebin.com/gZYTF6cg


Re: All player -Change to VIP only - GeorgeLimit - 08.02.2019

find if(response) and replace to if((response) && pInfo[playerid][VIP] >= 1)


Re: All player -Change to VIP only - jhonloyd20 - 08.02.2019

Quote:
Originally Posted by GeorgeLimit
Посмотреть сообщение
find if(response) and replace to if((response) && pInfo[playerid][VIP] >= 1)
Thank you Friend +rep

close thread


Re: All player -Change to VIP only - jhonloyd20 - 08.02.2019

Quote:
Originally Posted by GeorgeLimit
Посмотреть сообщение
find if(response) and replace to if((response) && pInfo[playerid][VIP] >= 1)
Sir Last question how can i give the [ Case 3 in pastebin to all player]


Re: All player -Change to VIP only - GeorgeLimit - 08.02.2019

press CTRL+H And write at colom 1 if(response) and at colom 2 if((response) && pInfo[playerid][VIP] >= 1)