enum / variable problem
#5

I already did so lol..
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
 if(dialogid == 1){
  if(response == 1){
   if(listitem == 0){
    new pname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, sizeof(pname));
    SetVehicleToRespawn(PrivateVehs[name][0]);
   } 
  }
 }
 return 1;
}
Reply


Messages In This Thread
enum / variable problem - by Sascha - 20.10.2010, 00:49
Re: enum / variable problem - by Cameltoe - 20.10.2010, 01:12
Re: enum / variable problem - by Sascha - 20.10.2010, 08:24
Re: enum / variable problem - by Cameltoe - 20.10.2010, 11:59
Re: enum / variable problem - by Sascha - 20.10.2010, 12:36
Re: enum / variable problem - by Cameltoe - 20.10.2010, 12:40
Re: enum / variable problem - by Sascha - 20.10.2010, 12:46

Forum Jump:


Users browsing this thread: 1 Guest(s)