if(!strcmp("/nuke", cmdtext, true)){ new Float: X, Float: Y, Float: Z; GetPlayerPos(playerid, X, Y, Z ); CreateExplosion(X,Y,Z,4,45); return 1;}