Dialog button help! I give rep !! Thanks !!!
#1

FIXED.
Reply
#2

I still dont understand can u give an example of it..
Reply
#3

give us an example ..
Reply
#4

FIXED.
Reply
#5

like dat -
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1155)
{
if(!response)return 1;
new pos = strfind(inputtext, "ID", true);
new id;
if(inputtext[pos+4] == ']')id = strval(inputtext[pos+3]);
else id = (strval(inputtext[pos+3])*10) + strval(inputtext[pos+4]);

//now id contains the player id which is to find...use 'id' in ud finding system...
}
return 0;
}
Reply
#6

FIXED.
Reply
#7

It would be great if you don't edit your posts and say "FIXED".
If someone needed help they would search and find old topics and get their answer from them.
Reply
#8

Quote:
Originally Posted by Stinged
Посмотреть сообщение
It would be great if you don't edit your posts and say "FIXED".
If someone needed help they would search and find old topics and get their answer from them.
True, this problem might happen to someone else too
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)