SA-MP Forums Archive
A little help - 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: A little help (/showthread.php?tid=639607)



A little help - Puff - 20.08.2017

Код:
if(model != 403) {
		SendClientMessage(playerid, X11_TOMATO_2, "You must be in a truck!");
		return 1;
hey I want to add 2 models to this code. I want to add 515 aswell


Re: A little help - Kane - 20.08.2017

Код:
if(model != 403 || model != 515)



Re: A little help - Puff - 20.08.2017

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
Код:
if(model != 403 || model != 515)
+rep, thank you