Jump to content

DrooM.

Membru
  • Posts

    84
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by DrooM.

  1. CMD:buycar(playerid, params[] {
    	if(IsPlayerConnected(playerid)) {
    		if(PlayerToPoint(50.0,playerid, 2114.2969,-2324.4392,30.6250)) {
    	        SendClientMessage(playerid, -1, "Pentru a cumpara un vehicul personal, folositi /buycar");
    	        ShowPlayerDialog(playerid, DIALOG_DEALERSHIP, DIALOG_STYLE_LIST, "Masini:", "Ieftine\nMedii\nScumpe", "Select", "Cancel");
    	        DisablePlayerCheckpoint(playerid);
            	return 1;
        	}
    	}
    	return 1;
    }

     

  2. Iti recomand sa folosesti ZCMD..

     

    CMD:buycar(playerid, params[] {
        if(IsPlayerConnected(playerid)) {
            if(PlayerToPoint(50.0,playerid, 2114.2969,-2324.4392,30.6250)) {
                SendClientMessage(playerid, -1, "Pentru a cumpara un vehicul personal, folositi /buycar");
                ShowPlayerDialog(playerid, DIALOG_DEALERSHIP, DIALOG_STYLE_LIST, "Masini:", "Ieftine\nMedii\nScumpe", "Select", "Cancel");
                DisablePlayerCheckpoint(playerid);
                return 1;
            }
        }
        return 1;
    }

×
×
  • 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.