Little problem
#1

C:\Users\NASTIE\Desktop\KIKI\Las Venturas Party\samp03asvr_R4_win32\gamemodes\LvParty.pwn(32 1) : error 027: invalid character constant
C:\Users\NASTIE\Desktop\KIKI\Las Venturas Party\samp03asvr_R4_win32\gamemodes\LvParty.pwn(32 1) : error 027: invalid character constant
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.


Код:
if(!strcmp(cmdtext, "/ducan", true))
{
  SendClientMessageToAll(0xFFFFFFAA, "Netko je napisao /ducan");
  ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Ducan Kristijan Stipić", "\nDroga ($500) \nHelti ($500) \nPancirka ($250) \n+1 Score ($10.000)", "Kupi", "Odustani");
  return 1;
}

if(!strcmp(cmdtext, "/web", true))
{
  SendClientMessageToAll(0xFFFFFFAA, "Netko je napisao /web");
  ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Skripter ExtremePower vise na /info", "\nwww.royal-gaming.net sve korisne informacije o serveru i svjeze novosti!", "Ok", "Odustani");
  return 1;
}

if(!strcmp(cmdtext, "/admins", true))
{
  SendClientMessageToAll(0xDEEE20FF, "Netko je napisao /admins");
  ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "Vise na/info", "\Iz puno razloga ne pokazujemo listu online admina ali zapamti, stalno smo tu!", "Ok", "Odustani");
  return 1;
}
line 321 is:
Код:
ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "Vise na/info", "\Iz puno razloga ne pokazujemo listu online admina ali zapamti, stalno smo tu!", "Ok", "Odustani");
Reply


Messages In This Thread
Little problem - by nastoe - 05.02.2010, 20:44
Re: Little problem - by LuxurioN™ - 05.02.2010, 20:48
Re: Little problem - by nastoe - 05.02.2010, 20:56
Re: Little problem - by bartje01 - 05.02.2010, 22:11

Forum Jump:


Users browsing this thread: 3 Guest(s)