for Delphi guys
#1

Hi guys!
Need to request query from Delphi to SAMP, SAMPwiki have no example for delphi.
Gimme plz example
sorry for my english
Reply
#2

I would like to help you however I don't really get your question. Can you give me a specific explanation by replying or forum PM'ing me?
Reply
#3

Uhm, Sorry to jump in.

Never heard about delphi XD time to learn.
Reply
#4

Quote:
Originally Posted by Bingo
Посмотреть сообщение
Uhm, Sorry to jump in.

What is Delphi?
lol, srsly?
http://en.wikipedia.org/wiki/Embarcadero_Delphi
Read this xd
Reply
#5

Delphi is a programing language,

like Pawn, C, Java, Python...etc

he want to send a request from Delphi to Pawn, like in HTML, we can send a request with Server IP to lunch samp, i'm not a Delphi Programmer, but, i'll do some research et keep you informed

EDIT : Try this :
PHP код:
ShellExecute(NULLL"open"L"C:/Program Files/Rockstar Games/GTA San Andreas/samp.exe"L"PUTYOURIPHERE"L"samp.exe"SW_SHOWNORMAL); 
i'm not sure, but that's what i found, it have to work
Reply
#6

im written not working code tried to copy with C# query mechanism,but not understand him
Код:
var
sBuffer:  TBytes;
begin
SetLength(sBuffer,3);
   sBuffer[0]:=ord(127);
   sBuffer[1]:=ord(0);
   sBuffer[2]:=ord(7);
   sBuffer[3]:=ord(1);
begin
IdUDPServer1.SendBuffer('127.0.7.1',7777, sBuffer);
s:=  IdUDPServer1.ReceiveString(2048);
end;
 IdUDPServer1.Active := False;
no body wanna help me?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)