24.09.2017, 21:23
This line is the issue
You have used the wronge ">" keys. What you have stated is "if type less then 1 || type more then 13" that cannot work. Try switching them around. Remember the crocodile "<" eats the biggest number
Also the SAMP Wiki page has a very detailed explination on control structures: https://sampwiki.blast.hk/wiki/Control_Structures
PHP код:
if(type < 1 || type > 13) return SendClientMessage(playerid,COLOR_RED,"Type of explosin [1 to 13]");
Also the SAMP Wiki page has a very detailed explination on control structures: https://sampwiki.blast.hk/wiki/Control_Structures