Dialogs, I'm doing it wrong.
#1

Hi there. I tried to take another specific part from another script to put it in another, it worked with dialogs. Now, I get this error:

And I've put them togheter like this

Код:
			dini_IntSet(file, "AdminLevel", 0);
			SendClientMessage(playerid, COLOR_WHITE, "You have successfully registered!");
			SetPlayerColor(playerid, COLOR_WHITE);
			}
			new string[255];
			if (dialogid == 21429)
			{
			    if (response)
The first part before the } being the first part, and the part after the } being the second part (which I added). I now got this error, and these warnings:
Quote:

C:\Users\Mijn pc\Desktop\admsystem\gamemodes\Login.pwn(173) : error 002: only a single statement (or expression) can follow each "case"
C:\Users\Mijn pc\Desktop\admsystem\gamemodes\Login.pwn(173) : error 017: undefined symbol "string"
C:\Users\Mijn pc\Desktop\admsystem\gamemodes\Login.pwn(173) : warning 215: expression has no effect
C:\Users\Mijn pc\Desktop\admsystem\gamemodes\Login.pwn(173) : error 001: expected token: ";", but found "]"
C:\Users\Mijn pc\Desktop\admsystem\gamemodes\Login.pwn(173) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

What am I doing wrong?
Reply


Messages In This Thread
Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:29
Re: Dialogs, I'm doing it wrong. - by Laure - 29.10.2012, 03:37
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:40
Re: Dialogs, I'm doing it wrong. - by Laure - 29.10.2012, 03:42
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:47
Re: Dialogs, I'm doing it wrong. - by Laure - 29.10.2012, 03:57
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:58
Re: Dialogs, I'm doing it wrong. - by Stu1 - 29.10.2012, 04:03
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 04:09

Forum Jump:


Users browsing this thread: 1 Guest(s)