Jump to content
  • 0

INLOCUIRE SCRIS CU CASETA


Question

Posted

Cand ma loghez imi pare caseta de parola pana aici e ok dar dupa imi apare in cheat cu barbat varsta etc eu as vrea sa imi para in caseta ma ajutati va rog ca asta caut de luni grele

7 answers to this question

Recommended Posts

Posted

Folosesti ShowPlayerDialog si iei id-ul dialogului http://wiki.sa-mp.com/wiki/Dialog_Styles iti dau un exemplu

ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "The tutorial will be presented in English.", "What sex are you?", "Male", "Female");
si dupa te duci la
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  si pui asta
if(dialogid == 0)
        {
		  if(response)
		  {
			     SendClientMessage(playerid,COLOR_LIGHTRED,"So you are a male.");
		  }
		  else
		  {
                             SendClientMessage(playerid,COLOR_LIGHTRED,"So you are a female.");
		  }
	    }

Posted

Folosesti ShowPlayerDialog si iei id-ul dialogului http://wiki.sa-mp.com/wiki/Dialog_Styles iti dau un exemplu

ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "The tutorial will be presented in English.", "What sex are you?", "Male", "Female");
si dupa te duci la
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  si pui asta
if(dialogid == 0)
        {
		  if(response)
		  {
			     SendClientMessage(playerid,COLOR_LIGHTRED,"So you are a male.");
		  }
		  else
		  {
                             SendClientMessage(playerid,COLOR_LIGHTRED,"So you are a female.");
		  }
	    }

nu vreau asa vrea tot tutorialul va rog ca nu prea stiu engleza eu mi-am tradus servarul cu www.google.ro/translate va rog pawno code etc

Posted

http://imageshack.us/photo/my-images/138/samp001hc.png/

http://imageshack.us/photo/my-images/545/samp000laf.png/

http://imageshack.us/photo/my-images/189/samp002od.png/

ca in pozele astea ca gresisem linkul va rog un tutorial complet

  • Administrator
Posted

K1DDU" post="110672" timestamp="1328672070"]

2x POST apoi 3x POST.

Report sa faca un Moderator ceva LOOOL x__X"

Multumim de raport. Se poate doar unu singur, nu 3 unu dupa altul ;)

POL_george are warn

Topic locked

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Guest
This topic is now closed to further replies.
×
×
  • 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.