05.12.2013, 16:37
Код:
if(IsPlayerConnected(killerid) && killerid != INVALID_PLAYER_ID && killerid != playerid) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateExplosion(x, y, z, 12, 5.0); }
if(IsPlayerConnected(killerid) && killerid != INVALID_PLAYER_ID && killerid != playerid) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateExplosion(x, y, z, 12, 5.0); }
Код:
if(IsPlayerConnected(killerid) && killerid != INVALID_PLAYER_ID && killerid != playerid) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateExplosion(x, y, z, 12, 5.0); } |