/places
#1

Hey guys i have a aquestion , why my cmd dont works for me?

PHP код:
CMD:places(playerid)
{
ShowPlayerDialog(playeridDIALOG_PLACESDIALOG_STYLE_LIST"Places Menu""Los Santos\nSan Fierro\nLas Venturas""Go""Cancel");
}
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_PLACES)
    {
        if(
response
        {
            
            switch(
listitem)
            {
                case 
0SetPlayerPos(playerid1258.7352,-2036.7100,59.4561);
                case 
1SetPlayerPos(playerid, -2018.0339,145.6004,27.9839);
                case 
2SetPlayerPos(playerid2034.0673,1007.7039,10.8203);
            }
        }
        return 
1
    }
    return 
0;

Код:
C:\Users\Jaua\Downloads\samp037_svr_R2-1-1_win32\gamemodes\register.pwn(236) : error 029: invalid expression, assumed zero
C:\Users\Jaua\Downloads\samp037_svr_R2-1-1_win32\gamemodes\register.pwn(258) : warning 203: symbol is never used: "places"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
/places - by Jaua10 - 03.08.2018, 09:10
Re: /places - by Florin48 - 03.08.2018, 09:32
Re: /places - by GRiMMREAPER - 03.08.2018, 09:36
Re: /places - by coool - 03.08.2018, 09:40
Re: /places - by Jaua10 - 03.08.2018, 17:54
Re: /places - by GRiMMREAPER - 03.08.2018, 18:06
Re: /places - by Jaua10 - 03.08.2018, 18:07
Re: /places - by Jaua10 - 03.08.2018, 18:31
Re: /places - by Sew_Sumi - 03.08.2018, 19:24
Re: /places - by Jaua10 - 04.08.2018, 18:25

Forum Jump:


Users browsing this thread: 6 Guest(s)