Need some help with an algorythm or something :/
#4

Quote:
Originally Posted by knackworst
Посмотреть сообщение
Thanks, but what do I do with the other tp dialogs then?
It should work for all dialogs

pawn Код:
if(dialogid >= DIALOG+1 && dialogid <= DIALOG+7)
{
    if(!response)return 1;
    new idx = TeleportList[playerid][listitem];
    AddPlayerTeleport(playerid, tInfo[idx][tName], tInfo[idx][tx], tInfo[idx][ty], tInfo[idx][tz], tInfo[idx][tTimeH], tInfo[idx][tTimeM], tInfo[idx][tVehicleRemove], tInfo[idx][tWeapon], tInfo[idx][tAmmo]);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)