[Help] Effects
#6

Quote:
Originally Posted by Trawltrawl
Посмотреть сообщение
Thanks!
Im sorry but i got an error, if I annoyed or something @ Kush, u can just ignore this
I can wait till other people reply (:
C:\Users\User\Desktop\Scripting\gamemodes\AceDrive rs.pwn(77) : error 017: undefined symbol "response"
This what happen
I typed ur code under
ShowPlayerDialog(playerid,DIALOG_STYLE_MSGBOX,2,"A ce Drivers","Do you like TrawlTrawl?","Yes","no");
Firstly, your not annoying. And frankly, I can care less if you're bad, we were all bad a some point in time (unless you read).

ON-TOPIC: Your using the code provided incorrectly.

PHP код:
public OnPlayerConnect(playerid)
{
    
ShowPlayerDialog(playerid,2,DIALOG_STYLE_MSGBOX,"A ce Drivers","Do you like TrawlTrawl?","Yes","No")
    return 
1;

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == 2)
    {
        if(
response)
        {
            
SetSpawnInfo(playerid0299,0.0,0.0,0.0,0,0,0,0,0,0,0);
            
SpawnPlayer(playerid);
        }
        else
        {
            
Kick(playerid);
        }
    }
    return 
1;

Reply


Messages In This Thread
[Help] Effects - by Trawltrawl - 16.08.2011, 23:20
Re: [Help] Effects - by Kush - 16.08.2011, 23:33
Re: [Help] Effects - by Trawltrawl - 16.08.2011, 23:41
Re: [Help] Effects - by Kush - 16.08.2011, 23:46
Re: [Help] Effects - by Trawltrawl - 16.08.2011, 23:49
Re: [Help] Effects - by Kush - 17.08.2011, 00:00
Re: [Help] Effects - by mprofitt - 17.08.2011, 00:09
Re : [Help] Effects - by Uchiwa_ - 17.08.2011, 00:17
Re: Re : [Help] Effects - by mprofitt - 17.08.2011, 00:23
Re: Re : [Help] Effects - by Shockey HD - 17.08.2011, 00:26

Forum Jump:


Users browsing this thread: 1 Guest(s)