Dialog Problem
#6

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
WTF.
pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
    if(CarCP[playerid] == 0)
    {
       PlayerPlaySound(playerid, 1057, 0.0, 0.0, 0.0);
       ShowPlayerDialog(playerid, 21, DIALOG_STYLE_LIST, "Cars", "Landstalker  ($125,000)\nElegy ($200,000)\nInfernus  ($500,000)\nSultan   ($350,000)\nFlash   ($300,000)\nBuffalo   ($475,000)\nMonster   ($775,000)\nCheetah   ($375,555)\nSlamvan   ($430,000)\nFortune   ($450,550)\nBullet   ($475,550)\nAdmiral   ($175,000)\nHotknife   ($490,000)\nElegant   ($403, 500)\nSuper-Gt   ($498,500)\nZr-350   ($475,550)", "Buy", "Cancel");
       CarCP[playerid] = 0;
    }
    return 1;
}
If this didn't work, then i need to know:
- Is the checkpoint dynamic?
- Show me the global variable CarCP
- Show me how you created the car checkpoint.
: warning 235: public function lacks forward declaration (symbol "OnPlayerEnterDynamicCP")
Reply


Messages In This Thread
Dialog Problem - by Fantje - 21.03.2015, 19:47
AW: Dialog Problem - by Sascha - 21.03.2015, 19:48
Re: AW: Dialog Problem - by Fantje - 21.03.2015, 19:55
Re: Dialog Problem - by Fantje - 21.03.2015, 20:25
Re: AW: Dialog Problem - by Evocator - 21.03.2015, 21:04
Re: AW: Dialog Problem - by Fantje - 21.03.2015, 21:20
Re: Dialog Problem - by Fantje - 21.03.2015, 22:28

Forum Jump:


Users browsing this thread: 2 Guest(s)