Jump to content

SMS RPG

Membru
  • Posts

    18
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by SMS RPG

    • Username: SMS
    • Varsta: 15 ani
    • Ce fel de servicii oferi?: SAMP Scripting (pawn)
    • Pret: *Free*
    • Detalii de contact: SMS#8669
    • Alte precizari: Caut partener pentru a ne deschide un server de SAMP, eu o sa vin cu gamemode-ul propriu.       
    •                           El trebuie sa vina cu host, webhost (platile necesare).
    •                           Lucrez gratis pana o sa se castige bani din server (adica pana cand incep donatiile lucrez gratis.)
  1. Cred ca esti pe bigzone, cauta asta

    if(dialogid == DIALOG_CARBUY)

    Apoi dai putin mai jos si vei avea asta, la listitem ==  2

    if(listitem == 2)
    			{
    				new stringzz[MAX_STRING],stringy[MAX_STRING];
    				for(new xf = 0; xf < MAX_PERSONAL_CARS; xf++)
    				{
    				    if(Stock[xf][vPrice] >= 20000000 && Stock[xf][vPrice] < 300000000)
    				    {
    						format(stringy, sizeof(stringy), "%s ($%d) - %d {FFFF00}in stock\n", Stock[xf][vName], Stock[xf][vPrice], Stock[xf][vStock]);
      						strcat(stringzz,stringy);
    					}
    				}
    			    ShowPlayerDialog(playerid, DIALOG_CARBUY4, DIALOG_STYLE_LIST, "Masini scumpe", stringzz, "Select", "Close");
    			}

    Dai replace cu asta.

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