Error Dialog
#1

Hey All An One Can Help Me For Fix my teleport??

The Problem si

when i Close Button in My Teleport DIalog It Same WIth Selector OK Not Will close the Dialog...

Any One Can Help me??


This Is The Script

http://pastebin.com/1LAhTdja
Reply
#2

it's cause you forgot to define it when it's the response and when is not. you should have that.

pawn Код:
if(!response) return SendClientMessage(....) // in case he selected the button 2. if you don't want it, just let the response. and it will just close instead of close and send the message.
if(response)
{
 // listitems... and functions...
}
Reply
#3

Thankz Dude That Work Thank You Man !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)