26.07.2013, 09:41
Quote:
You can use this include : https://sampforum.blast.hk/showthread.php?pid=1068550#pid1068550
It does create explosion for one guy so your code will be like this: Код:
for(new i = 0; i < MAX_PLAYERS; i++) { if(playerid != i) { CreateExplosionEx(i, Float:x, Float:y, Float:z, Float:radius, Float:maxdamage, type=EXPLOSION_TYPE_MEDIUM, reason=51, playsound=true) } } |