Jump to content

IosifR

Membru
  • Posts

    107
  • Joined

  • Last visited

Posts posted by IosifR

  1. Salut, mă puteți învăța să fac un Admin Sistem și cum sa creez un vehicul.

    Am incercat sa fac o comanda care sa spawneaza un infernus și a ieșit așa:

    Citat

    CMD:inf(playerid, params[])
    {
        Createvehicle(411, 1767.1708,  -2039.9027, 13.5248, 0, 0, 0, 0);
        return 1; 
    }

     

    Nu îmi dă nicio eroare, dar când intru in joc și scriu '/inf' îmi zice "SERVER: Unknow comannd".

    Ajutor!

  2. Acum 11 ore, L0K3D a spus:
    
    YCMD:chatultau(playerid, params[], help) {
    
    	if(isnull(params)) 
          return SendClientMessage(playerid, -1, "/chatutau [message]");
      
    	new message[128], username[MAX_PLAYER_NAME];
    	GetPlayerName(playerid, username, MAX_PLAYER_NAME);
    
    	format(message, 128, "(chat) %s: %s", username, params), SendClientMessageToAll(-1, message);
    	return 1;
    }

    Comanda e la fel daca am zcmd?

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.