SetPlayerHealth(playerid, 10000);
#include <a_samp>
#include <a_samp>#include <zcmd>#include <dini>#include <dubd>#include <ladmin>#include <sscanf2>
Tudom, hogy néznek ki! #include <a_samp>#include <zcmd>#include <dini>#include <dubd>#include <ladmin>#include <sscanf2> Ezek vannak
CMD:aszoli(playerid, params[]){if (IsPlayerLuxAdmin(playerid) >= 1){ SetPlayerSkin(playerid, 217); SetPlayerHealth(playerid, 10000); asz = Create3DTextLabel(\"Admin Szolgálatban\", COLOR_RED, 0.0, 0.0, 2.0, 40, 0, 0); Attach3DTextLabelToPlayer(asz, playerid, 0.0, 0.0, 0.4); GetPlayerName(playerid, neve, sizeof(neve)); SendClientMessageToAll(COLOR_RED, \"-------------------------------------------------------------\"); format(stringz, sizeof(stringz), \"Admin %s szolgálatba lépett!\", neve); SendClientMessageToAll(COLOR_RED,stringz); SendClientMessageToAll(COLOR_RED, \"-------------------------------------------------------------\"); }return 1;}
#include <a_samp>#include <zcmd>#include <dini>#include <dudb>#include <ladmin>#include <sscanf2>#define COLOR_RED 0xFF0000AAnew Text3D: asz, neve[ MAX_PLAYER_NAME ], stringz[ 128 ];CMD:aszoli(playerid, params[]){ if (IsPlayerLuxAdmin(playerid) >= 1) { SetPlayerSkin(playerid, 217); SetPlayerHealth(playerid, 10000); asz = Create3DTextLabel(\"Admin Szolgálatban\", COLOR_RED, 0.0, 0.0, 2.0, 40, 0, 0); Attach3DTextLabelToPlayer(asz, playerid, 0.0, 0.0, 0.4); GetPlayerName(playerid, neve, sizeof(neve)); SendClientMessageToAll(COLOR_RED, \"-------------------------------------------------------------\"); format(stringz, sizeof(stringz), \"Admin %s szolgálatba lépett!\", neve); SendClientMessageToAll(COLOR_RED,stringz); SendClientMessageToAll(COLOR_RED, \"-------------------------------------------------------------\"); } return 1;}