Problem in Dialog
#1

If possible change it To ZCMD

pawn Код:
if (strcmp("/teles", cmdtext, true, 10) == 0)
{
    strcat(str, ""white"The FunGaming Stunt|Freeroam Teleports\n\n");
    strcat(str, ""red"Deathmatches:\n");
    strcat(str, ""yellow"/minigun, /grovedm, /rldm, /moltdm\n\n");
    strcat(str, ""red"Jumps:\n");
    strcat(str, ""yellow"/jump <1 - 7>, /longjump\n\n");
    strcat(str, ""red"Stunts:\n");
    strcat(str, ""yellow"/lsa, /sfpark, /aa, /chilliad, /lva, /sfa, /skatepark\n\n");
    strcat(str, ""red"NRG:\n");
    strcat(str, ""yellow"/nrg1\n\n");
    strcat(str, ""red"Cities:\n");
    strcat(str, ""yellow"/ls, /sf, /lv\n\n");
    strcat(str, ""red"Races:\n");
    strcat(str, ""yellow"/drift, /driftcircle, /drag\n\n");
    strcat(str, ""red"Fun:\n");
    strcat(str, ""yellow"/relaxelevator, /club, /loop\n\n");
    strcat(str, ""red"Parkour:\n");
    strcat(str, ""yellow"/parkour, /parkour2, /parkourcity, /parkourtower");
    ShowPlayerDialog(playerid, DIALOG_TELEPORT, DIALOG_STYLE_MSGBOX, ""white"Teleports", str, "Close", "");
    return 1;
}
pawn Код:
C:\Users\Matt\Desktop\SAMP\FG.pwn(22945) : error 010: invalid function or declaration
C:\Users\Matt\Desktop\SAMP\FG.pwn(22965) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
Problem in Dialog - by Team_PRO - 21.06.2014, 14:01
Re: Problem in Dialog - by RenovanZ - 21.06.2014, 14:03
AW: Problem in Dialog - by rospar - 21.06.2014, 14:03
Re: Problem in Dialog - by Team_PRO - 21.06.2014, 14:07
Re: Problem in Dialog - by Team_PRO - 21.06.2014, 14:18
AW: Problem in Dialog - by rospar - 21.06.2014, 14:25
Re: Problem in Dialog - by Sojo12 - 21.06.2014, 14:27
Re: Problem in Dialog - by KayJ - 21.06.2014, 14:29
Re: Problem in Dialog - by Sojo12 - 21.06.2014, 14:32
Re: Problem in Dialog - by KayJ - 21.06.2014, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)